JRE_HOME=/usr/lib/jvm/jdk1.8.0_25 # required for DEBUG JAVA_HOME=/usr/lib/jvm/jdk1.8.0_25 # required for memory config #-XX:GCTimeRatio=nnn #A hint to the virtual machine that it's desirable that not more than 1 / (1 + nnn) of the application execution time be spent in the collector. #For example -XX:GCTimeRatio=19 sets a goal of 5% of the total time for GC. CATALINA_OPTS="-Xms1G -Xmx6G -XX:GCTimeRatio=19 -XX:+UseConcMarkSweepGC"