[jboss-cvs] JBossAS SVN: r85774 - branches/Branch_5_x/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 12 06:14:51 EDT 2009


Author: dimitris at jboss.org
Date: 2009-03-12 06:14:51 -0400 (Thu, 12 Mar 2009)
New Revision: 85774

Modified:
   branches/Branch_5_x/testsuite/build.sh
Log:
up the max memory given to ant.

Modified: branches/Branch_5_x/testsuite/build.sh
===================================================================
--- branches/Branch_5_x/testsuite/build.sh	2009-03-12 09:51:20 UTC (rev 85773)
+++ branches/Branch_5_x/testsuite/build.sh	2009-03-12 10:14:51 UTC (rev 85774)
@@ -151,7 +151,7 @@
     ANT_OPTS="$ANT_OPTS -Dbuild.script=$0"
 
     # add some more memory
-    ANT_OPTS="$ANT_OPTS -Xmx640m"
+    ANT_OPTS="$ANT_OPTS -Xmx1024m"
 
     # prevent default config beeing used
     ANT_OPTIONS="--noconfig $ANT_OPTIONS"




More information about the jboss-cvs-commits mailing list