[jboss-cvs] JBossAS SVN: r60576 - branches/JBoss_4_0_5_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 15 16:42:49 EST 2007


Author: jaroslaw.kijanowski
Date: 2007-02-15 16:42:49 -0500 (Thu, 15 Feb 2007)
New Revision: 60576

Modified:
   branches/JBoss_4_0_5_GA_CP/testsuite/build.sh
Log:
increased Xmx to prevent OOME

Modified: branches/JBoss_4_0_5_GA_CP/testsuite/build.sh
===================================================================
--- branches/JBoss_4_0_5_GA_CP/testsuite/build.sh	2007-02-15 21:34:57 UTC (rev 60575)
+++ branches/JBoss_4_0_5_GA_CP/testsuite/build.sh	2007-02-15 21:42:49 UTC (rev 60576)
@@ -151,7 +151,7 @@
     ANT_OPTS="$ANT_OPTS -Dbuild.script=$0"
 
     # add some more memory
-    ANT_OPTS="$ANT_OPTS -Xmx256m"
+    ANT_OPTS="$ANT_OPTS -Xmx512m"
 
     # 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