[Mulgara-svn] r672 - branches/mgr-73

ronald at mulgara.org ronald at mulgara.org
Sun Mar 9 07:48:02 UTC 2008


Author: ronald
Date: 2008-03-08 23:48:00 -0800 (Sat, 08 Mar 2008)
New Revision: 672

Modified:
   branches/mgr-73/build.sh
   branches/mgr-73/common.properties
Log:
Give the jvm a bit more heap for build and for tests - hopefully this will
allow the continuous integration build to succeed.


Modified: branches/mgr-73/build.sh
===================================================================
--- branches/mgr-73/build.sh	2008-03-07 18:16:37 UTC (rev 671)
+++ branches/mgr-73/build.sh	2008-03-09 07:48:00 UTC (rev 672)
@@ -116,7 +116,7 @@
 fi
 
 # Call Ant
-${JAVABIN} ${ARCH} -Xms64m -Xmx192m -Dant.home=${ANT_HOME} -DJAVAC=${JAVAC} \
+${JAVABIN} ${ARCH} -Xms64m -Xmx256m -Dant.home=${ANT_HOME} -DJAVAC=${JAVAC} \
            -Darch.bits=${ARCH} \
            -Ddir.base=${BASEDIR} \
            -classpath "${CLASSPATH}" org.apache.tools.ant.Main \

Modified: branches/mgr-73/common.properties
===================================================================
--- branches/mgr-73/common.properties	2008-03-07 18:16:37 UTC (rev 671)
+++ branches/mgr-73/common.properties	2008-03-09 07:48:00 UTC (rev 672)
@@ -51,7 +51,7 @@
 arch.bits=-Dnoop
 
 # VM argument for component test
-jvm.args=-Xmx512M
+jvm.args=-Xmx640M
 
 # test server arguments; can be set with -Dtest.server.args=... on the command line
 test.server.args=




More information about the Mulgara-svn mailing list