This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kaifeng
Recipients kaifeng
Date 2011-04-15.09:08:36
SpamBayes Score 2.3985662e-05
Marked as misclassified No
Message-id <1302858518.86.0.0355572789659.issue11849@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using xml.etree.ElementTree to parse large XML file, while the memory keep increasing consistently.

You can run attached test script to reproduce it.  From 'top' in Linux or 'Task Manager' in Windows, the memory usage of python is not decreased as expected when 'Done' is printed.

Tested with Python 2.5/3.1 in Windows 7, and Python 2.5 in CentOS 5.3.
History
Date User Action Args
2011-04-15 09:08:38kaifengsetrecipients: + kaifeng
2011-04-15 09:08:38kaifengsetmessageid: <1302858518.86.0.0355572789659.issue11849@psf.upfronthosting.co.za>
2011-04-15 09:08:38kaifenglinkissue11849 messages
2011-04-15 09:08:37kaifengcreate