Changes between Version 221 and Version 222 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
06/13/16 13:29:51 (9 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v221 v222  
    130130# Select appropriate value based on your available RAM
    131131vim /etc/default/tomcat8
    132 JAVA_HOME=/usr/lib/jvm/java-sun
     132JAVA_HOME=/usr/lib/jvm/java-8-oracle
    133133JAVA_OPTS="-Djava.awt.headless=true -Xmx256m -Xms48m -XX:MaxPermSize=128m -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:+UseConcMarkSweepGC"
    134134JAVA_OPTS="-Djava.awt.headless=true -Xmx2g -Xms64m -XX:MaxPermSize=128m -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:+UseConcMarkSweepGC"