[jboss-cvs] JBoss Messaging SVN: r7113 - branches/Branch_JBM2_Perf_Clebert.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 28 17:58:45 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-28 17:58:45 -0400 (Thu, 28 May 2009)
New Revision: 7113

Modified:
   branches/Branch_JBM2_Perf_Clebert/build-messaging.xml
Log:
Adding Garbage Collection options

Modified: branches/Branch_JBM2_Perf_Clebert/build-messaging.xml
===================================================================
--- branches/Branch_JBM2_Perf_Clebert/build-messaging.xml	2009-05-28 21:36:27 UTC (rev 7112)
+++ branches/Branch_JBM2_Perf_Clebert/build-messaging.xml	2009-05-28 21:58:45 UTC (rev 7113)
@@ -1117,13 +1117,11 @@
          <jvmarg value="-Djava.library.path=native/bin"/>
          <jvmarg value="-Dmodule.output=./"/>
          <jvmarg value="-Djava.util.logging.config.file=src/config/stand-alone/non-clustered/logging.properties"/>
-         <jvmarg
-               value="-Dorg.jboss.logging.Logger.pluginClass=org.jboss.messaging.integration.logging.JBMLoggerPlugin"/>
+         <jvmarg value="-Dorg.jboss.logging.Logger.pluginClass=org.jboss.messaging.integration.logging.JBMLoggerPlugin"/>
          <jvmarg value="-Xmx1024M"/>
-         <!--
-         <jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>
-         -->
-         <!--<jvmarg value="-ea"/>-->
+         <jvmarg value="-XX:+UseParallelGC"/>
+         <jvmarg value="-XX:+AggressiveOpts"/>
+         <jvmarg value="-XX:+UseFastAccessorMethods"/>
          <classpath refid="unit.test.execution.classpath"/>
          <formatter type="xml" usefile="${junit.formatter.usefile}"/>
          <batchtest todir="${test.reports.dir}"




More information about the jboss-cvs-commits mailing list