mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
dda5202c94
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
16 lines
318 B
Text
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"
|
|
|