[embjopr-commits] EMBJOPR SVN: r311 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Apr 20 15:42:02 EDT 2009


Author: ozizka at redhat.com
Date: 2009-04-20 15:42:01 -0400 (Mon, 20 Apr 2009)
New Revision: 311

Modified:
   trunk/jsfunit/pom.xml
Log:
Added  -Xmx:1024m to Cargo configuration

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-04-20 16:12:09 UTC (rev 310)
+++ trunk/jsfunit/pom.xml	2009-04-20 19:42:01 UTC (rev 311)
@@ -334,7 +334,7 @@
                        <properties>
                          <cargo.java.home>${JAVA_HOME}</cargo.java.home>
                          <!-- Raise permgen size, allow classes unloading and permgen sweep -->
-                         <cargo.jvmargs>-Dcom.sun.management.jmxremote -Dxb.builder.useUnorderedSequence=true -XX:PermSize=128m -XX:MaxPermSize=256m</cargo.jvmargs>
+                         <cargo.jvmargs>-Dcom.sun.management.jmxremote -Xmx:1024m -Dxb.builder.useUnorderedSequence=true -XX:PermSize=128m -XX:MaxPermSize=256m</cargo.jvmargs>
                          <!-- -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled  -->
                          <!-- JBoss configuration - default, all, minimal, ... -->
                          <cargo.jboss.configuration>${cargo.jboss.configuration}</cargo.jboss.configuration>




More information about the embjopr-commits mailing list