2 Apr 2009 05:41
[ expat-Bugs-2723522 ] expat memory consumption issue - advise needed
SourceForge.net <noreply <at> sourceforge.net>
2009-04-02 03:41:09 GMT
2009-04-02 03:41:09 GMT
Bugs item #2723522, was opened at 2009-03-31 18:50 Message generated for change (Comment added) made by alexmanovbg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=2723522&group_id=10127 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Not a Bug Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alex Manov (alexmanovbg) Assigned to: Nobody/Anonymous (nobody) Summary: expat memory consumption issue - advise needed Initial Comment: We have a application which uses expat to convert a xml data file into a binary version of the file. The file at the moment is about 600M but will grow. We encountered a blocking problem - while parsing the file the application starts using a huge amount of memory it needs 4G of RAM to finish successfuly a 600MB file. Our engineers explained that this is due to block memory management in expat when it builds the xml tree. They explained that our xml has alot of tags which in turn requires separate 4K memory pages for even 3 bytes of actual data. Is there any way to improve this? Could anyone suggest how we can optimize this process? Is there any settings which we can use to make it work?(Continue reading)
RSS Feed