[jbossws-commits] JBossWS SVN: r7497 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 11 16:54:35 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-06-11 16:54:34 -0400 (Wed, 11 Jun 2008)
New Revision: 7497

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
surefire gc settings added: resolves permGen space problem

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2008-06-11 20:52:35 UTC (rev 7496)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2008-06-11 20:54:34 UTC (rev 7497)
@@ -18,6 +18,7 @@
   <properties>
     <surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
     <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
+    <surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
     <test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
     <test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
     <test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
@@ -208,7 +209,7 @@
         </property>
       </activation>
       <properties>
-        <surefire.jvm.args>${surefire.security.args} ${surefire.jdwp.args}</surefire.jvm.args>
+        <surefire.jvm.args>${surefire.security.args} ${surefire.jdwp.args} ${surefire.gc.args}</surefire.jvm.args>
       </properties>
     </profile>
     <profile>
@@ -219,7 +220,7 @@
         </property>
       </activation>
       <properties>
-        <surefire.jvm.args>${surefire.security.args}</surefire.jvm.args>
+        <surefire.jvm.args>${surefire.security.args} ${surefire.gc.args}</surefire.jvm.args>
       </properties>
     </profile>
     




More information about the jbossws-commits mailing list