[jboss-cvs] JBoss Messaging SVN: r7722 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 13 01:02:24 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-13 01:02:24 -0400 (Thu, 13 Aug 2009)
New Revision: 7722

Modified:
   trunk/build-messaging.xml
Log:
Adding -verbose:gc to tests, to identify memory spikes on tests

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-08-13 04:39:19 UTC (rev 7721)
+++ trunk/build-messaging.xml	2009-08-13 05:02:24 UTC (rev 7722)
@@ -1122,6 +1122,7 @@
                value="-Dorg.jboss.logging.Logger.pluginClass=org.jboss.messaging.integration.logging.JBMLoggerPlugin"/>
          <jvmarg value="-XX:+PrintClassHistogram"/>
          <jvmarg value="-Xmx1024M"/>
+      	 <jvmarg value="-verbose:gc"/>
          <!--
          <jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>
          -->




More information about the jboss-cvs-commits mailing list