Re: find memory leaks in running program

2010-12-13 Thread Chris Withers
On 07/12/2010 16:51, Marco Hornung wrote: 1. What are the best tools to analyze pythons memory stack, while it is running? Look for the heapy stuff in the guppy package. 2. Is there a possibility to analyze the memory stack of a program with external programs? (without to change the source c

Re: find memory leaks in running program

2010-12-07 Thread shearichard
On Dec 8, 5:51 am, Marco Hornung wrote: > Hey, > > -- > questions > -- > 1. What are the best tools to analyze pythons mem