Glitch is eating over 1 GB of RAM in Chrome / Firefox in one of my Projects, all others work fine, but that one Project is eating too much of RAM and CPU.
System Stats:
Pentium® Dual-Core CPU T4300 @ 2.10GHz
4 GB DDR2 RAM
FireFox And Chrome are eating all of my RAM at this particular Project
Hewlett-Packard Compaq Presario CQ71 Notebook PC
The other Projects only I work on are working fine, that one I’m sharing with a Friend to work on a Bot together.
Let us know the project name and we’ll take a look. If your project is private, either make it public temporarily or DM me a join link so we can view the code. Thanks.
You had a setInterval() without a timeframe parameter, which causes JavaScript to attempt to run it as fast as possible. I’ve added a time and it seems to be ok now. Let me know if you still have any issues.