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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Apr 20 17:50:04 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-04-20 17:50:03 -0400 (Mon, 20 Apr 2009)
New Revision: 313

Modified:
   trunk/jsfunit/pom.xml
Log:
fix cargo.jvmargs

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-04-20 20:08:00 UTC (rev 312)
+++ trunk/jsfunit/pom.xml	2009-04-20 21:50:03 UTC (rev 313)
@@ -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 -Xmx:1024m -Dxb.builder.useUnorderedSequence=true -XX:PermSize=128m -XX:MaxPermSize=256m</cargo.jvmargs>
+                         <cargo.jvmargs>-Dcom.sun.management.jmxremote -Xmx1024m -Dxb.builder.useUnorderedSequence=true -XX:PermSize=256m -XX:MaxPermSize=512m</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