This is becoming the permanent topic already. Maybe we could add
something to README or hackers guide?
Audrius
Dâniel Fraga wrote:
On Fri, 4 May 2007 14:59:41 -0300
Dâniel Fraga <fragabr@xxxxxxxxx> wrote:
/usr/java/jre/bin/javac -bootclasspath ''
-classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.::
-d . @classes
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space
Ok, I added the following parameters:
-J-Xms512M -J-Xmx512M
to lib/Makefile's JCOMPILER variable and it fixed the problem.