Re: profiling memory usage

2006-10-06 Thread NOSHII
> Hi, > > I am looking for a method to profile memory usage in my python program. > The program provides web service and therefore is intended to run for a > long time. However, the memory usage tends to increase all the time, > until in a day or two the system cannot handle it any more and start

Re: profiling memory usage

2006-10-06 Thread MrJean1
The latest Python release 2.5 includes improvements to the memory manager and *may* work better for you, it all depends on the root cause of the problem. For more details, see the 5th bullet on this page . /Jean Brouwers Eddie wrote: > Hi, > > I am lo

Re: profiling memory usage

2006-10-05 Thread hanumizzle
On 5 Oct 2006 16:21:50 -0700, Eddie <[EMAIL PROTECTED]> wrote: > Hi, > > I am looking for a method to profile memory usage in my python program. > The program provides web service and therefore is intended to run for a > long time. However, the memory usage tends to increase all the time, > until i

profiling memory usage

2006-10-05 Thread Eddie
Hi, I am looking for a method to profile memory usage in my python program. The program provides web service and therefore is intended to run for a long time. However, the memory usage tends to increase all the time, until in a day or two the system cannot handle it any more and starts to do const