Python Forum

Full Version: use objgraph to find mempry leaks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,
I have the issues about how to use objgraph to detect memory leaks as below.

[Image: view?usp=sharing]

I write the simple code to start and stop the g_pipeline Constantly.

After del the g_pipeline, I execute gc.collect() and return 0

But the memory usage increases every start time,

so have someone give the suggestion?

Thanks,
Stephen