Author: ozizka(a)redhat.com
Date: 2009-08-25 16:16:06 -0400 (Tue, 25 Aug 2009)
New Revision: 690
Modified:
trunk/jsfunit/pom.xml
Log:
* POM: Cargo conf: Trying if -XX:-UseGCOverheadLimit would prevent "false"
OOME
Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml 2009-08-24 22:12:24 UTC (rev 689)
+++ trunk/jsfunit/pom.xml 2009-08-25 20:16:06 UTC (rev 690)
@@ -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:PermSize=256m
-XX:MaxPermSize=512m</cargo.jvmargs>
+ <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>
<!-- -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled
-XX:+CMSClassUnloadingEnabled -->
<!-- JBoss configuration - default, all, standard -->
<cargo.jboss.configuration>${cargo.jboss.configuration}</cargo.jboss.configuration>