tomcat-instance: set JAVA_HOME in env conf file
This commit is contained in:
parent
e1654414ea
commit
56e42aa63a
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
# Xmx Max memory allocated to instance.
|
||||
# Xms Allocated memory at startup.
|
||||
# XX:MaxPermSize Memory allocated to internal objects.
|
||||
JAVA_HOME="/usr/lib/jvm/java-1.7.0-openjdk-amd64"
|
||||
JAVA_OPTS="-server -Xmx{{ tomcat_instance_ram }}m -Xms{{ tomcat_instance_ram }}m -XX:MaxPermSize={{ tomcat_instance_mps }}m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -Xverify:none"
|
||||
|
|
Loading…
Reference in a new issue