RAM Being Full Maxed Out

Hi, does anyone know how I can cut down on ram because my ram has been all red and full can anyone help please?

Hey, @mrminecodes welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

2 Likes

I’m having a similar issue. I just booted up my repl and RAM is maxing out. I haven’t changed any code and I’m not running a program. It’s just going wild.

https://replit.com/@TaylorStockwell/telescope

Afaik, there are 2 main causes for this on a python repl

  • Poetry auto-packaging
  • Language servers

Both can be disabled in the .replit file. (guessImports = false & delete the language server section and references)

2 Likes