DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10708>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10708 java.lang.outmemoryerror [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-07-11 18:34 ------- As a default javac is run in the same VM as Ant...thus using ANT_OPTS you will give more memory.. but this is not very convenient as the build needs to run with any user so you might want to fork a javac process and size the memory accordingly <javac fork="true" memorymaximumsize="128M" .../> Please read the <javac> documentation. Everything is there about the attributes. Closing this bug as invalid as it is not a bug. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
