[jboss-cvs] JBossAS SVN: r114740 - branches/JBPAPP_5/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 20 10:45:09 EST 2014
Author: rhatlapa
Date: 2014-02-20 10:45:09 -0500 (Thu, 20 Feb 2014)
New Revision: 114740
Modified:
branches/JBPAPP_5/testsuite/build.bat
Log:
Fix for JBPAPP-10996, on 32 bit Windows maximum memory setting to 1303m
Modified: branches/JBPAPP_5/testsuite/build.bat
===================================================================
--- branches/JBPAPP_5/testsuite/build.bat 2014-02-19 01:25:27 UTC (rev 114739)
+++ branches/JBPAPP_5/testsuite/build.bat 2014-02-20 15:45:09 UTC (rev 114740)
@@ -25,7 +25,7 @@
set CLASSPATH=
set ANT_HOME=
-set ANT_OPTS=%ANT_OPTS% -Xmx2024m -Djava.protocol.handler.pkgs=org.jboss.net.protocol -Dbuild.script=build.bat
+set ANT_OPTS=%ANT_OPTS% -Xmx1303m -Djava.protocol.handler.pkgs=org.jboss.net.protocol -Dbuild.script=build.bat
REM ******************************************************
REM - "for" loops have been unrolled for compatibility
More information about the jboss-cvs-commits
mailing list