[jboss-cvs] JBossAS SVN: r79866 - trunk/testsuite/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 21 15:02:02 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-21 15:02:02 -0400 (Tue, 21 Oct 2008)
New Revision: 79866

Modified:
   trunk/testsuite/imports/server-config.xml
Log:
Ease use of JBoss Profiler to analyze classloader leak test failures

Modified: trunk/testsuite/imports/server-config.xml
===================================================================
--- trunk/testsuite/imports/server-config.xml	2008-10-21 18:47:57 UTC (rev 79865)
+++ trunk/testsuite/imports/server-config.xml	2008-10-21 19:02:02 UTC (rev 79866)
@@ -636,6 +636,12 @@
       	<jvmarg value="-Xmx512m" />
       	<jvmarg value="-XX:MaxPermSize=512m" />
       	<jvmarg value="-XX:+HeapDumpOnOutOfMemoryError" />
+         <!-- Uncomment to use JBoss Profiler to analyze heap. The
+              -d64 argument may not be needed and definitely shouldn't
+              be used if a non-64 bit JVM is used
+         <jvmarg value="-agentlib:jbossAgent"/>
+         <jvmarg value="-d64"/>
+         -->
          <sysproperty key="java.net.preferIPv4Stack" value="true" />
       	<sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
         <sysproperty key="jgroups.udp.ip_ttl" value="${jbosstest.udp.ip_ttl}" />
@@ -645,6 +651,12 @@
          <jvmarg value="-Xmx512m" />
          <jvmarg value="-XX:MaxPermSize=512m" />        
          <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError" />
+         <!-- Uncomment to use JBoss Profiler to analyze heap. The
+              -d64 argument may not be needed and definitely shouldn't
+              be used if a non-64 bit JVM is used
+         <jvmarg value="-agentlib:jbossAgent"/>
+         <jvmarg value="-d64"/>
+         -->
          <sysproperty key="java.net.preferIPv4Stack" value="true" />
          <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
          <sysproperty key="resolve.dns" value="false" />




More information about the jboss-cvs-commits mailing list