Changes between Version 209 and Version 210 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 03/25/15 16:45:56 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v209 v210 190 190 191 191 # http://docs.geoserver.org/latest/en/user/production/container.html#optimize-your-jvm 192 # Select appropriate value based on your available RAM 192 193 vim /etc/default/tomcat7 193 194 JAVA_HOME=/usr/lib/jvm/java-sun … … 195 196 JAVA_OPTS="-Djava.awt.headless=true -Xmx2g -Xms64m -XX:MaxPermSize=128m -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:+UseConcMarkSweepGC" 196 197 197 vim /etc/init.d/tomcat7 198 TOMCAT7_SECURITY=no 198 # Should be set already: 199 #vim /etc/init.d/tomcat7 200 #TOMCAT7_SECURITY=no 199 201 200 202 # Modify logging