[jboss-cvs] JBossAS SVN: r73706 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 27 07:30:48 EDT 2008


Author: dimitris at jboss.org
Date: 2008-05-27 07:30:47 -0400 (Tue, 27 May 2008)
New Revision: 73706

Modified:
   trunk/testsuite/build.sh
Log:
increase a bit ant memory to avoid running out of heap, when running tests-report-xml

Modified: trunk/testsuite/build.sh
===================================================================
--- trunk/testsuite/build.sh	2008-05-27 11:21:33 UTC (rev 73705)
+++ trunk/testsuite/build.sh	2008-05-27 11:30:47 UTC (rev 73706)
@@ -151,7 +151,7 @@
     ANT_OPTS="$ANT_OPTS -Dbuild.script=$0"
 
     # add some more memory
-    ANT_OPTS="$ANT_OPTS -Xmx512m"
+    ANT_OPTS="$ANT_OPTS -Xmx640m"
 
     # prevent default config beeing used
     ANT_OPTIONS="--noconfig $ANT_OPTIONS"




More information about the jboss-cvs-commits mailing list