[jboss-cvs] JBossAS SVN: r79917 - branches/JBPAPP_4_2_0_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 22 07:02:20 EDT 2008


Author: mmalina at redhat.com
Date: 2008-10-22 07:02:20 -0400 (Wed, 22 Oct 2008)
New Revision: 79917

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.bat
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.bat
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.bat	2008-10-22 10:14:04 UTC (rev 79916)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.bat	2008-10-22 11:02:20 UTC (rev 79917)
@@ -25,7 +25,7 @@
 set CLASSPATH=
 set ANT_HOME=
 
-set ANT_OPTS=-Xmx256m -Djava.protocol.handler.pkgs=org.jboss.net.protocol -Dbuild.script=build.bat
+set ANT_OPTS=-Xmx640m -Djava.protocol.handler.pkgs=org.jboss.net.protocol -Dbuild.script=build.bat
 
 REM ******************************************************
 REM - "for" loops have been unrolled for compatibility




More information about the jboss-cvs-commits mailing list