[jboss-cvs] JBossAS SVN: r75499 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 8 11:27:52 EDT 2008


Author: dimitris at jboss.org
Date: 2008-07-08 11:27:52 -0400 (Tue, 08 Jul 2008)
New Revision: 75499

Modified:
   branches/Branch_4_2/testsuite/build.sh
Log:
Add more memory for the tests-report-html task that runs out of heap space.

Modified: branches/Branch_4_2/testsuite/build.sh
===================================================================
--- branches/Branch_4_2/testsuite/build.sh	2008-07-08 15:09:41 UTC (rev 75498)
+++ branches/Branch_4_2/testsuite/build.sh	2008-07-08 15:27:52 UTC (rev 75499)
@@ -151,7 +151,7 @@
     ANT_OPTS="$ANT_OPTS -Dbuild.script=$0"
 
     # add some more memory
-    ANT_OPTS="$ANT_OPTS -Xmx256m"
+    ANT_OPTS="$ANT_OPTS -Xmx640m"
 
     # change to the directory where the script lives so users are not forced
     # to be in the same directory as build.xml




More information about the jboss-cvs-commits mailing list