python memory analysis

Alexander Hoffmann alexander.hoffmann at netgenius.de
Mon Sep 6 10:51:09 EDT 2004


On Monday 06 September 2004 17:05, Miki Tebeka wrote:
Hi Miki,
Thanks for your reply !

> Hello Alexander,
>
> > I wrote a deamon like program in python and after a while I realized that
> > it consumes more and more memory over time. So my question is: How to
> > debug memory leaks in python ?
>
> Try the gc module.

You probably mean to utilize gc.get_objects and build some kind of statics 
upon it, don't you ? 
Ok, so this means there is indeed no tool which will help me with that ?  :-(

-alex



More information about the Python-list mailing list