[jboss-cvs] JBoss Messaging SVN: r7766 - branches/Branch_1_4/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 22:10:45 EDT 2009


Author: gaohoward
Date: 2009-08-17 22:10:45 -0400 (Mon, 17 Aug 2009)
New Revision: 7766

Modified:
   branches/Branch_1_4/tests/build.xml
Log:
enlarge the jvm max heap size to allow more momory for tests



Modified: branches/Branch_1_4/tests/build.xml
===================================================================
--- branches/Branch_1_4/tests/build.xml	2009-08-17 19:16:11 UTC (rev 7765)
+++ branches/Branch_1_4/tests/build.xml	2009-08-18 02:10:45 UTC (rev 7766)
@@ -339,7 +339,7 @@
 			<sysproperty key="test.logfile.suffix" value="invm" />
 			<sysproperty key="build.lib" value="${build.lib}" />
 			<sysproperty key="objectstore.dir" value="${objectstore.dir}" />
-			<jvmarg value="-Xmx512M" />
+			<jvmarg value="-Xmx1024M" />
 			<!--
          <jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/>
          <jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=y,address=antjunit"/>




More information about the jboss-cvs-commits mailing list