[Resolved] Glitch is eating over 1 GB of RAM

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.taskmgr_2018-08-17_15-12-41

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.

I would DM you, but I don’t know where I do that.

You can also email me at gareth@glitch.com. Thanks.

I’ve send a Mail now.

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.

1 Like

Thank you, Gareth. :sweat_smile:

So I think we broke our Project again, could you take a look?

Edit: Works now