Update of /var/cvs/speeltuin/nightly
In directory james.mmbase.org:/home/nightly/bin

Modified Files:
        env.sh 
Log Message:
it's incredible, but the nightly build of maven site now ran into PermGen space 
out of memory error. Let's increase it a bit then, hoping that'll help


See also: http://cvs.mmbase.org/viewcvs/speeltuin/nightly


Index: env.sh
===================================================================
RCS file: /var/cvs/speeltuin/nightly/env.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- env.sh      27 Sep 2008 19:29:40 -0000      1.1
+++ env.sh      4 Nov 2008 07:05:09 -0000       1.2
@@ -9,7 +9,7 @@
 export JAVA_HOME=/home/nightly/jdk
 export JAVAC=${JAVA_HOME}/bin/javac
 
-export MAVEN_OPTS=-Xmx512m
+export MAVEN_OPTS=-Xmx700m -XX:MaxPermSize=128m
 export MAVEN="/home/nightly/maven/bin/maven --nobanner --quiet"
 export CVS="/usr/bin/cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs"
 export ANT_HOME=/usr/ant
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to