The app exceeded the memory limit. Stopping and pausing for 15 seconds. Help me pls

Now I’m tired of giving this error constantly starts again what should I do please help

Project name : expensive-okra

Hi @cross. I do see that error in your logs, but I don’t see it repeating right now. That suggests to me that only some of your bot’s functions cause the memory leak, so I would try to isolate which commands might be related to the memory error first.

I also note that your bot never starts listening to the open Glitch port. That means that Glitch starts your project over and over again until it seems something listening. This is by design, and can be addressed using something like what this sample express config.

Hope this helps!