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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Mar 8 10:46:29 EST 2008


Author: david.lloyd at jboss.com
Date: 2008-03-08 10:46:29 -0500 (Sat, 08 Mar 2008)
New Revision: 3596

Modified:
   remoting2/branches/2.x/build.xml
Log:
Back memory back down again - this did not help anyway

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-03-08 07:35:46 UTC (rev 3595)
+++ remoting2/branches/2.x/build.xml	2008-03-08 15:46:29 UTC (rev 3596)
@@ -927,7 +927,7 @@
    	  <mkdir dir="${output.tests.tmp}"/>
       <junit
             printsummary="true" fork="yes" includeantruntime="true"
-            tempdir="${output.tests.tmp}" maxmemory="1280m">
+            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