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=36156>.
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=36156





------- Additional Comments From [EMAIL PROTECTED]  2005-08-12 12:14 -------
if something is causing you to run out of that much memory, you have a serious
problem.

1. are there any <java> things you run, especially your own/custom apps that run
with fork=false. Fork them into new JVMs

2. are there any custom tasks you use? XDoclet?

3. Java 1.5 has fancy stuff for monitoring the memory consumption of a running
app; the jconsole stuff. If you are running java1.5, look at the jconsole docs
and configure Ant to run in a monitorable state...then look at where memory is
going.

-- 
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