[jbosscache-commits] JBoss Cache SVN: r4738 - support/trunk/common.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Nov 7 22:55:06 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-11-07 22:55:05 -0500 (Wed, 07 Nov 2007)
New Revision: 4738

Modified:
   support/trunk/common/pom.xml
Log:
Increased heap size for tests

Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml	2007-11-08 03:43:39 UTC (rev 4737)
+++ support/trunk/common/pom.xml	2007-11-08 03:55:05 UTC (rev 4738)
@@ -154,6 +154,8 @@
                   </systemProperties>
                   <groups>functional</groups>
                   <forkMode>always</forkMode>
+                  <!-- increasing JVM heap size -->
+                  <argLine>-Xmx1024M</argLine>
 
                   <!-- Warning, this does not work right on 2.4-SNAPSHOT, (see SUREFIRE-349) -->
                   <!-- This seems to fail in some cases on 2.3 as well, disable for now -->




More information about the jbosscache-commits mailing list