slackbuilds_ponce/system/apache-tomcat/tomcat-java.conf
Benjamin Trigona-Harany dda5202c94 system/apache-tomcat: Updated for version 7.0.56 + fixed rc.tomcat.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2014-10-18 07:00:02 +07:00

16 lines
318 B
Text

# This file stores configuration options for the java vm
# used by apache tomcat. It does not affect any other java
# applications
# Initial heap memory size
MEMALLOC_MIN="512m"
# Maximum heap memory size
MEMALLOC_MAX="1024m"
# Thread stack size
STACK="256k"
# Permanent generation memory size
MAXPERMSIZE="128m"