[jboss-svn-commits] JBL Code SVN: r37893 - labs/jbosstm/branches/JBOSSTS_4_16.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 22 06:48:28 EST 2012


Author: tomjenkinson
Date: 2012-02-22 06:48:27 -0500 (Wed, 22 Feb 2012)
New Revision: 37893

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml
Log:
increase the amount of memory for the unit tests due to failures on hoboken

Modified: labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml	2012-02-21 09:59:49 UTC (rev 37892)
+++ labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml	2012-02-22 11:48:27 UTC (rev 37893)
@@ -494,9 +494,7 @@
             <istrue value="${skipTests}"/>
           </not>
           <then>
-            <junit printsummary="yes" fork="yes" dir="${build.dir}" showoutput="@{showoutput}" includeantruntime="true">
-              <jvmarg value="-Xms512m"/>
-              <jvmarg value="-Xmx512m"/>
+            <junit printsummary="yes" fork="yes" dir="${build.dir}" showoutput="@{showoutput}" includeantruntime="true" maxmemory="700m">
               <formatter type="plain"/>
               <classpath>
                   <pathelement location="etc"/>



More information about the jboss-svn-commits mailing list