[jboss-cvs] JBossAS SVN: r77516 - branches/JBPAPP_4_2_0_GA_CP/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Aug 26 23:33:31 EDT 2008
Author: smcgowan at redhat.com
Date: 2008-08-26 23:33:31 -0400 (Tue, 26 Aug 2008)
New Revision: 77516
Modified:
branches/JBPAPP_4_2_0_GA_CP/testsuite/build.sh
Log:
Add more memory for the tests-report-html task that runs out of heap space
Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/build.sh
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.sh 2008-08-27 03:15:59 UTC (rev 77515)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.sh 2008-08-27 03:33:31 UTC (rev 77516)
@@ -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