[jboss-cvs] JBossAS SVN: r61391 - trunk/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 17 00:49:50 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-17 00:49:50 -0400 (Sat, 17 Mar 2007)
New Revision: 61391

Modified:
   trunk/system/src/bin/run.bat
   trunk/system/src/bin/run.conf
Log:
Update the default -XX:MaxPermSize=256m

Modified: trunk/system/src/bin/run.bat
===================================================================
--- trunk/system/src/bin/run.bat	2007-03-17 04:39:17 UTC (rev 61390)
+++ trunk/system/src/bin/run.bat	2007-03-17 04:49:50 UTC (rev 61391)
@@ -84,7 +84,7 @@
 if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server)
 
 rem JVM memory allocation pool parameters. Modify as appropriate.
-set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
+set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=256m
 
 rem With Sun JVMs reduce the RMI GCs to once per hour
 set JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

Modified: trunk/system/src/bin/run.conf
===================================================================
--- trunk/system/src/bin/run.conf	2007-03-17 04:39:17 UTC (rev 61390)
+++ trunk/system/src/bin/run.conf	2007-03-17 04:49:50 UTC (rev 61391)
@@ -40,7 +40,7 @@
 # Specify options to pass to the Java VM.
 #
 if [ "x$JAVA_OPTS" = "x" ]; then
-   JAVA_OPTS="-Xms128m -Xmx512m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+   JAVA_OPTS="-Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
 fi
 
 # Sample JPDA settings for remote socket debuging




More information about the jboss-cvs-commits mailing list