I am trying to add the Hudson CI server to the projects built by Gump. But I only get an OutOfMemoryError [1] regardless what I pass to Maven2 [2]
Any further ideas? Jan [1] Hudson build output http://vmgump.apache.org/gump/public/hudson/hudson-core/gump_work/build_ hudson_hudson-core.txt The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: Java heap space at java.nio.HeapCharBuffer.<init>(HeapCharBuffer.java:39) at java.nio.CharBuffer.allocate(CharBuffer.java:312) at com.sun.tools.javac.util.DefaultFileManager.decode(DefaultFileManager.ja va:686) [2] Hudson Gump descriptor http://svn.apache.org/repos/asf/gump/metadata/project/hudson.xml <mvn separateLocalRepository="true" basedir="hudson"> <!-- Try to avoid the 'java.lang.OutOfMemoryError: Java heap space' --> <jvmarg value="-Xmx1024m"/> <jvmarg value="-Xms1024m"/> <jvmarg value="-XX:MaxPermSize=512m"/> </mvn> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
