33
loading...
This website collects cookies to deliver better user experience
pympler
to query all objects takes forever, and following references is completely impractical; viewing tracemalloc
statistics is nice, but doesn't help you narrow things down enough.memlog
is a simple, naive tool. It tracks the overall memory usage on a machine, and logs it (with a timestamp) to a CSV. That's it. While the recorded data may include significant noise, running your code (& memlog
) inside a container can reduce it significantly. Also, background memory noise tends to be insignificant when your process hogging all of your memory...