Re: [matplotlib-devel] Memory leaks in Basemap

2006-12-01 Thread Jeff Whitaker
Aalok kapoor wrote: > After using numpy-1.0 the results are more bad. After 15 maps it is > reaching to 71% memory usage. I am working on freeBSD box. > > python memory_leak_map.py > rss vsz%mem > 047940 50636 9.8 > 175080 77700 15.4 > 294636 97380 19.4 > 3114156 116776

Re: [matplotlib-devel] Memory leaks in Basemap

2006-12-01 Thread Curt Bridges
Jeff and Aalok, I am in central MO and it doesn't bother me but, for some unknown reason I'm recieving correspondense between you two. You might want to start a new email instead of replying to each other. Have a nice day. Curt Bridges Aalok kapoor <[EMAIL PROTECTED]> wrote: After using

Re: [matplotlib-devel] Memory leaks in Basemap

2006-12-01 Thread Aalok kapoor
After using numpy-1.0 the results are more bad. After 15 maps it is reaching to 71% memory usage. I am working on freeBSD box. python memory_leak_map.py rss vsz%mem 047940 50636 9.8 175080 77700 15.4 294636 97380 19.4 3114156 116776 23.4 4133672 136416 27.4 515

Re: [matplotlib-devel] Memory leaks in Basemap

2006-12-01 Thread Aalok kapoor
Hi, Thanks for this direction. I am using Numpy-1.1. Do I not supposed to use this version? I will try to use older version and see what happens. I hope this will solve the problem. thanks -Aalok Jeff Whitaker <[EMAIL PROTECTED]> wrote: Aalok kapoor wrote: > Thanks for reply, > > This was just

Re: [matplotlib-devel] Memory leaks in Basemap

2006-12-01 Thread Jeff Whitaker
Aalok kapoor wrote: > Thanks for reply, > > This was just an example for mem leak in my application. Actually i > want maps with different data to be loaded each time and the map > objects taken once changees after ploting so i have to take different > object each time. After around 20 maps gen

Re: [matplotlib-devel] Memory leaks in Basemap

2006-11-30 Thread Aalok kapoor
Thanks for reply, This was just an example for mem leak in my application. Actually i want maps with different data to be loaded each time and the map objects taken once changees after ploting so i have to take different object each time. After around 20 maps generation it gives memory error t

Re: [matplotlib-devel] Memory leaks in Basemap

2006-11-30 Thread Jeff Whitaker
Aalok kapoor wrote: > Hi all, > > I am using matplotlib-0.87.7, Basemap-0.9.3, Numpy-1.1 and agg backend. > I am facing memory leak problems after running following script - > > > import os, sys, time > import cStringIO > import Image > import matplotlib > matplotlib.use('Agg') > > import matplotli

[matplotlib-devel] Memory leaks in Basemap

2006-11-30 Thread Aalok kapoor
Hi all, I am using matplotlib-0.87.7, Basemap-0.9.3, Numpy-1.1 and agg backend. I am facing memory leak problems after running following script - import os, sys, time import cStringIO import Image import matplotlib matplotlib.use('Agg') import matplotlib.pylab as p import matplotlib.numerix as