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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Aug 25 16:17:08 EDT 2009


Author: ozizka at redhat.com
Date: 2009-08-25 16:17:08 -0400 (Tue, 25 Aug 2009)
New Revision: 691

Modified:
   trunk/jsfunit/pom.xml
Log:
 * POM: Cargo conf: setting heap to 1.5 GB: -Xmx1536m

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-08-25 20:16:06 UTC (rev 690)
+++ trunk/jsfunit/pom.xml	2009-08-25 20:17:08 UTC (rev 691)
@@ -421,7 +421,7 @@
                          <!-- Raise permgen size, allow classes unloading and permgen sweep -->
                          <!-- xb.builder.useUnorderedSequence=true is the same what run.sh does. -->
                          <!--   See http://www.nabble.com/changes-in-parsing-with-xb-td22478176.html -->
-                         <cargo.jvmargs>${jvm.args.debug} ${jvm.args.profiler} ${jvm.args.exposejmx} -Xmx1024m -Dxb.builder.useUnorderedSequence=true -XX:-UseGCOverheadLimit -XX:PermSize=256m -XX:MaxPermSize=512m</cargo.jvmargs>
+                         <cargo.jvmargs>${jvm.args.debug} ${jvm.args.profiler} ${jvm.args.exposejmx} -Xmx1536m -Dxb.builder.useUnorderedSequence=true -XX:-UseGCOverheadLimit -XX:PermSize=256m -XX:MaxPermSize=512m</cargo.jvmargs>
                          <!-- -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled  -->
                          <!-- JBoss configuration - default, all, standard -->
                          <cargo.jboss.configuration>${cargo.jboss.configuration}</cargo.jboss.configuration>



More information about the embjopr-commits mailing list