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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 18 01:04:44 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-18 01:04:43 -0400 (Sun, 18 Mar 2007)
New Revision: 61409

Modified:
   trunk/testsuite/build.xml
Log:
Update the tests-compatibility memory settings

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-03-18 05:00:16 UTC (rev 61408)
+++ trunk/testsuite/build.xml	2007-03-18 05:04:43 UTC (rev 61409)
@@ -2494,9 +2494,9 @@
       jvm="${junit.jvm}">
 
       <jvmarg value="${junit.jvm.options}"/>
-      <jvmarg value="-XX:MaxPermSize=256m"/>
+      <jvmarg value="-XX:MaxPermSize=512m"/>
       <jvmarg value="-Xms256m"/>
-      <jvmarg value="-Xmx256m"/>
+      <jvmarg value="-Xmx512m"/>
       <sysproperty key="jboss.dist" file="${jboss.dist}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>




More information about the jboss-cvs-commits mailing list