[jboss-cvs] JBossAS SVN: r61862 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 29 14:28:57 EDT 2007


Author: dimitris at jboss.org
Date: 2007-03-29 14:28:57 -0400 (Thu, 29 Mar 2007)
New Revision: 61862

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-4216, increase by 50% (512m to 768m) on Sun-base VMs the MaxPermSize for the compatibility tests, that traverse and load all the classes to check the SerialVersionUIDs.

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-03-29 18:27:00 UTC (rev 61861)
+++ branches/Branch_4_2/testsuite/build.xml	2007-03-29 18:28:57 UTC (rev 61862)
@@ -1735,7 +1735,7 @@
       jvm="${junit.jvm}">
 
       <jvmarg value="${junit.jvm.options}"/>
-      <jvmarg value="-XX:MaxPermSize=512m"/>
+      <jvmarg value="-XX:MaxPermSize=768m"/>
       <jvmarg value="-Xms256m"/>
       <jvmarg value="-Xmx256m"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>




More information about the jboss-cvs-commits mailing list