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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 31 12:05:44 EST 2012


Author: tomjenkinson
Date: 2012-01-31 12:05:44 -0500 (Tue, 31 Jan 2012)
New Revision: 37873

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml
Log:
set amount of memory for junit process as it appears byteman can run out of memory: http://albany/view/Narayana+BlackTie/job/jbossts-branch416-java7/56/console

Modified: labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml	2012-01-31 08:57:42 UTC (rev 37872)
+++ labs/jbosstm/branches/JBOSSTS_4_16/sharedbuild.xml	2012-01-31 17:05:44 UTC (rev 37873)
@@ -495,6 +495,8 @@
           </not>
           <then>
             <junit printsummary="yes" fork="yes" dir="${build.dir}" showoutput="@{showoutput}" includeantruntime="true">
+              <jvmarg value="-Xms512m"/>
+              <jvmarg value="-Xmx512m"/>
               <formatter type="plain"/>
               <classpath>
                   <pathelement location="etc"/>



More information about the jboss-svn-commits mailing list