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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Apr 11 22:06:07 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-04-11 22:06:06 -0400 (Fri, 11 Apr 2008)
New Revision: 3971

Modified:
   remoting2/branches/2.x/build.sh
Log:
JBREM-876: Increased ant space to 700M.

Modified: remoting2/branches/2.x/build.sh
===================================================================
--- remoting2/branches/2.x/build.sh	2008-04-12 01:51:27 UTC (rev 3970)
+++ remoting2/branches/2.x/build.sh	2008-04-12 02:06:06 UTC (rev 3971)
@@ -145,7 +145,7 @@
     fi
 
     # Set the max memory to 256m
-    ANT_OPTS=-Xmx256m
+    ANT_OPTS=-Xmx700m
 
     # setup some build properties
     ANT_OPTS="$ANT_OPTS -Dbuild.script=$0"




More information about the jboss-remoting-commits mailing list