Why is Replit python bugging out like this and is there a way to fix this

Can you please explain in more detail? What exactly is “bugged”?

I’m assuming they’re referring to the exceedingly high amount of RAM their project is using, in which case, as long as that’s Cache memory, you should be fine.

1 Like

the cache memory is beyond what is possible

IIRC you get 1GB not 500MB (even though the workspace says 500MB). Also I know as a fact you can glitch that to say whatever you want it to.

1 Like

As I said, you should not worry about that, as it is just the Cache memory. The Project memory is the only thing you should worry about here. Which, from the picture, is well within it’s limitations, so you’re fine.

1 Like

ahh thanks for that info I didn’t know that and I thought that it was what was causing to make my code slow down way too much. also while this is not in the picture my ram usually hits 100% very quickly after starting the program does that require anything or is that normal

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.