Memory Management in python 2.5

cesar.ortiz at gmail.com cesar.ortiz at gmail.com
Mon Oct 9 06:01:36 EDT 2006


I just checked the comsuptiom with the 'top' unix util. I am procesing
html docs and the amount of memory rises continiously.
I am using a lot of lists and docs. Some of them with objects. Do i
have to make any special thing in order to get them released back to
the Memory Manager? For instantec.. is it enough to do a clear() in a
dictionary?

-- Cesar




More information about the Python-list mailing list