Author: jleroux
Date: Tue Aug 31 09:28:04 2010
New Revision: 991129

URL: http://svn.apache.org/viewvc?rev=991129&view=rev
Log:
A patch from Sam Hamilton "update rc scripts & README to include MaxPermSize" 
(https://issues.apache.org/jira/browse/OFBIZ-3914) - OFBIZ-3914

Updates the RC scripts and the README files to include the MaxPermSize that is 
already in the OFBiz startofbiz scripts

Modified:
    ofbiz/trunk/README
    ofbiz/trunk/rc.ofbiz
    ofbiz/trunk/rc.ofbiz.for.debian

Modified: ofbiz/trunk/README
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/README?rev=991129&r1=991128&r2=991129&view=diff
==============================================================================
--- ofbiz/trunk/README (original)
+++ ofbiz/trunk/README Tue Aug 31 09:28:04 2010
@@ -16,7 +16,7 @@ Once that is properly setup just run the
 that comes with OFBiz, which is ofbiz.jar. To do this on the
 command line you would run:
 
-java -Xms128M -Xmx512M -jar ofbiz.jar
+java -Xms128M -Xmx512M -XX:MaxPermSize=128m -jar ofbiz.jar
 
 Even better use the startup scripts for Windows and Unix-based
 operating systems, namely startofbiz.bat and startofbiz.sh.

Modified: ofbiz/trunk/rc.ofbiz
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/rc.ofbiz?rev=991129&r1=991128&r2=991129&view=diff
==============================================================================
--- ofbiz/trunk/rc.ofbiz (original)
+++ ofbiz/trunk/rc.ofbiz Tue Aug 31 09:28:04 2010
@@ -39,7 +39,7 @@ OFBIZ_HOME=/home/ofbiz/ofbiz
 OFBIZ_LOG=$OFBIZ_HOME/runtime/logs/console.log
 
 # VM Options
-JAVA_VMOPTIONS="-Xms128M -Xmx512M"
+JAVA_VMOPTIONS="-Xms128M -Xmx512M -XX:MaxPermSize=128m"
 
 # Java arguments
 JAVA_ARGS="-jar ofbiz.jar"

Modified: ofbiz/trunk/rc.ofbiz.for.debian
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/rc.ofbiz.for.debian?rev=991129&r1=991128&r2=991129&view=diff
==============================================================================
--- ofbiz/trunk/rc.ofbiz.for.debian (original)
+++ ofbiz/trunk/rc.ofbiz.for.debian Tue Aug 31 09:28:04 2010
@@ -30,7 +30,7 @@ OFBIZ_HOME=/home/ofbiz/ofbiz
 OFBIZ_LOG=$OFBIZ_HOME/runtime/logs/console.log
 
 # VM Options
-JAVA_VMOPTIONS="-Xms128M -Xmx512M"
+JAVA_VMOPTIONS="-Xms128M -Xmx512M -XX:MaxPermSize=128m"
 
 # Java arguments
 JAVA_ARGS="-jar ofbiz.jar"


Reply via email to