Re: Python memory deallocate

2006-05-11 Thread mariano . difelice
Ok, this is true. Well, you consider that my app has a first windows, where I choose, for example, the application 1. The application 1 will be started, and it will allocate 200Mb total. Now I want to abort this operation, and i will return to main initial window. The memory usage remain to 200Mb

Re: Python memory deallocate

2006-05-11 Thread mariano . difelice
Well, it's right about range diff xrange, ok, but this was a simple example... I repeat that my program don't work with range or xrange... I MUST find a system which deallocate memory... Otherwise, my application crashes not hardly it's arrived to break-point system -- http://mail.python.org/ma

Python memory deallocate

2006-05-11 Thread mariano . difelice
Hi, I've a big memory problem with my application. First, an example: If I write: a = range(500*1024) I see that python process allocate approximately 80Mb of memory. What can i do for DEALLOCATE this memory, or good part of this? My really problem is that my program work with more photos, whi