Re: memory leaks - tools and docs

2011-11-24 Thread Christian Heimes
Am 25.11.2011 04:00, schrieb Aljosa Mohorovic: > i mostly used http://guppy-pe.sourceforge.net/#Heapy but found > http://pysizer.8325.org/ and http://code.google.com/p/pympler/ also > interesting. Guppy is a extremely powerful tool because it can also track non GC objects without a debug build of

Re: memory leaks - tools and docs

2011-11-24 Thread Mike C. Fletcher
On 11-11-24 10:00 PM, Aljosa Mohorovic wrote: > i've been trying to find memory leaks in a wsgi application using > gunicorn to run it and after a lot of time invested in research and > testing tools i did find a lot of useful information (most really old) > but i'm left with a feeling that this sh

memory leaks - tools and docs

2011-11-24 Thread Aljosa Mohorovic
i've been trying to find memory leaks in a wsgi application using gunicorn to run it and after a lot of time invested in research and testing tools i did find a lot of useful information (most really old) but i'm left with a feeling that this should be easier, better documented and with tools that