[jboss-cvs] JBossAS SVN: r102596 - branches/JBPAPP_5_0_1/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 18 18:14:51 EDT 2010


Author: rrajesh
Date: 2010-03-18 18:14:51 -0400 (Thu, 18 Mar 2010)
New Revision: 102596

Modified:
   branches/JBPAPP_5_0_1/main/src/bin/run.conf.bat
Log:
JBPAPP-3763 Sync run.conf for windows

Modified: branches/JBPAPP_5_0_1/main/src/bin/run.conf.bat
===================================================================
--- branches/JBPAPP_5_0_1/main/src/bin/run.conf.bat	2010-03-18 22:14:39 UTC (rev 102595)
+++ branches/JBPAPP_5_0_1/main/src/bin/run.conf.bat	2010-03-18 22:14:51 UTC (rev 102596)
@@ -40,7 +40,7 @@
 rem #
 
 rem # JVM memory allocation pool parameters - modify as appropriate.
-set "JAVA_OPTS=-Xms128M -Xmx512M -XX:MaxPermSize=256M"
+set "JAVA_OPTS=-Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"
 
 rem # Reduce the RMI GCs to once per hour for Sun JVMs.
 set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"




More information about the jboss-cvs-commits mailing list