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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 12 06:17:19 EDT 2008


Author: dimitris at jboss.org
Date: 2008-08-12 06:17:19 -0400 (Tue, 12 Aug 2008)
New Revision: 76973

Modified:
   trunk/testsuite/build.xml
Log:
give more memory to the client side of smoke-tests-raw, so the seam deployment tests do not run out of heap space, at least on Windoze.

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-08-12 10:14:31 UTC (rev 76972)
+++ trunk/testsuite/build.xml	2008-08-12 10:17:19 UTC (rev 76973)
@@ -1272,6 +1272,8 @@
          jvm="${junit.jvm}">
 
          <jvmarg line="${junit.jvm.options}"/>
+         <!-- Seam deployment tests need more memory -->
+         <jvmarg value="-Xmx256m"/>
          <!-- Used for JGroups -->
          <jvmarg value="-Dbind.address=${node0}"/>
          <sysproperty key="jboss.dist" value="${jboss.dist}"/>




More information about the jboss-cvs-commits mailing list