slackbuilds_ponce/system/apache-tomcat/tomcat-java.conf
Heinz Wiesinger 09c6cabdd0 system/apache-tomcat: Fix default java options.
Looks like tomcat needs a larger stack on 14.0.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2012-11-04 10:08:41 -05:00

16 lines
366 B
Text

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