Tracking down a memory leak

Kip Macy kip_macy at yahoo.com
Sat Jan 19 23:22:49 EST 2002


I have a long running python program that typically uses 6-7MB. It can 
happily run for days without any problems, but periodically it will balloon
and use up all available memory and swap. I'm aware that the presence of
circular reference can defeat garbage collection. Are there any recommended
utilities or methods for determining what data structures are using up all
available memory?

Thanks.

		-Kip



More information about the Python-list mailing list