[jboss-cvs] JBossAS SVN: r92612 - branches/JBPAPP_5_0/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 20 11:20:11 EDT 2009


Author: mmalina at redhat.com
Date: 2009-08-20 11:20:10 -0400 (Thu, 20 Aug 2009)
New Revision: 92612

Modified:
   branches/JBPAPP_5_0/testsuite/build.xml
Log:
JBPAPP-2596 Increased the MaxPermSize for tests-compatibility to 768m.

Modified: branches/JBPAPP_5_0/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/build.xml	2009-08-20 14:46:41 UTC (rev 92611)
+++ branches/JBPAPP_5_0/testsuite/build.xml	2009-08-20 15:20:10 UTC (rev 92612)
@@ -2070,7 +2070,7 @@
       jvm="${junit.jvm}">
 
       <jvmarg line="${junit.jvm.options}"/>
-      <jvmarg value="-XX:MaxPermSize=512m"/>
+      <jvmarg value="-XX:MaxPermSize=768m"/>
       <jvmarg value="-Xms256m"/>
       <jvmarg value="-Xmx512m"/>
       <sysproperty key="jboss.dist" file="${jboss.dist}"/>




More information about the jboss-cvs-commits mailing list