[jboss-remoting-commits] JBoss Remoting SVN: r3458 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Feb 19 03:12:18 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-02-19 03:12:17 -0500 (Tue, 19 Feb 2008)
New Revision: 3458

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-876: Increased max heap size to 1024m in functional tests.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-02-19 03:16:58 UTC (rev 3457)
+++ remoting2/branches/2.x/build.xml	2008-02-19 08:12:17 UTC (rev 3458)
@@ -915,7 +915,9 @@
    <target name="tests.functional.main" depends="tests.jars">
       <mkdir dir="${output.tests.results}"/>
    	  <mkdir dir="${output.tests.tmp}"/>
-      <junit printsummary="true" fork="yes" includeantruntime="true" tmpdir="${output.tests.tmp}">
+      <junit
+            printsummary="true" fork="yes" includeantruntime="true"
+            tempdir="${output.tests.tmp}" maxmemory="1024m">
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
@@ -959,7 +961,9 @@
    <target name="tests.functional.main.core" depends="tests.jars">
       <mkdir dir="${output.tests.results}"/>
    	  <mkdir dir="${output.tests.tmp}"/>
-      <junit printsummary="true" fork="yes" includeantruntime="true" tempdir="${output.tests.tmp}">
+      <junit
+            printsummary="true" fork="yes" includeantruntime="true" 
+            tempdir="${output.tests.tmp}" maxmemory="1024m">
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
@@ -1069,7 +1073,9 @@
       <mkdir dir="${output.tests.results}"/>
    	  <mkdir dir="${output.tests.tmp}"/>
       <echo>http with ${version}</echo>
-      <junit printsummary="true" fork="yes" includeantruntime="true" tempdir="${output.tests.tmp}">
+      <junit
+            printsummary="true" fork="yes" includeantruntime="true"
+   	        tempdir="${output.tests.tmp}" maxmemory="1024m">
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
@@ -1107,7 +1113,9 @@
       <mkdir dir="${output.tests.results}"/>
    	  <mkdir dir="${output.tests.tmp}"/>
       <echo>http with ${version}</echo>
-      <junit printsummary="true" fork="yes" includeantruntime="true" tempdir="${output.tests.tmp}">
+      <junit
+            printsummary="true" fork="yes" includeantruntime="true"
+            tempdir="${output.tests.tmp}" maxmemory="1024m">
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>




More information about the jboss-remoting-commits mailing list