DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35476>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35476





------- Additional Comments From [EMAIL PROTECTED]  2005-10-21 16:42 -------
The fact that the XMLLogger keeps the entire log DOM in memory until the end 
of the Ant run causes MASSIVE problems for anyone using Ant to run large build 
scripts. We are seeing Ant logs that are routinely 30MB in size, which consume 
enormous (read: > 800MB) of memory during execution.

Please consider writing the DOM out as it emerges even if that means the 
intermediate XML output file is invalid XML unti lthe run is over, and even if 
it means aving to disable certain "features" like execution timing stats on 
each nested node.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to