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

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?

Is It Possible To Monitor Copy On Write For Forked Linux Processes? (specifically Python)

I have a set of python processes that share a large object (sharing is done by forking the processe… Read more Is It Possible To Monitor Copy On Write For Forked Linux Processes? (specifically Python)

Is This A Memory Leak ( A Program In Python With Sqlalchemy/sqlite)

I have the following code runs over a large set of data (2M). It eats up all my 4G mem before finis… Read more Is This A Memory Leak ( A Program In Python With Sqlalchemy/sqlite)

Memory Leak In Python Twisted: Where Is It?

I have a Twisted server under load. When the server is under load, memory usage increases, and it i… Read more Memory Leak In Python Twisted: Where Is It?