Skip to content Skip to sidebar Skip to footer
Showing posts with the label Memory Leaks

Memory Leak In Django When Keeping A Reference Of All Instances Of Forms

This is a followup to this thread. I have implemented the method for keeping a reference to all my … Read more Memory Leak In Django When Keeping A Reference Of All Instances Of Forms

Python 2.7 Memory Leak With Scipy.minimze

During a fit procedure, my RAM memory slowly but steadily (about 2.8 mb every couple of seconds) in… Read more Python 2.7 Memory Leak With Scipy.minimze

Finding Memory Leak In Python By Tracemalloc Module

I have a python script which uses an opensource pytorch model and this code has a memory leak. I am… Read more Finding Memory Leak In Python By Tracemalloc Module

Pyplot Savefig Memory Leak - Alternative?

Is there an alternative to pyplot to plot some graphs in python? I'm having some memory leaks w… Read more Pyplot Savefig Memory Leak - Alternative?

Questions About Compiling Python In Debug Mode

I am using Ubuntu 12.04, Python 2.7.3. I am having a segmentation fault in a C extension I have co-… Read more Questions About Compiling Python In Debug Mode

How To Deallocate A Typed Numpy Array? Is Setting Callback_free_data A Viable Option?

While using an open source Cython library I found a memory leak. The leak seems to come from a type… Read more How To Deallocate A Typed Numpy Array? Is Setting Callback_free_data A Viable Option?