diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2014-10-13 13:52:52 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-18 07:00:02 +0700 |
commit | dda5202c94693a85fad829e008a90e3b362fc494 (patch) | |
tree | a4c9c46b26f2cefe219cc1a2912584612d21cc4a /system/apache-tomcat/tomcat-java.conf | |
parent | 71f6ae8518d067823f41d14820b3366a31208b67 (diff) | |
download | slackbuilds-dda5202c94693a85fad829e008a90e3b362fc494.tar.gz |
system/apache-tomcat: Updated for version 7.0.56 + fixed rc.tomcat.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'system/apache-tomcat/tomcat-java.conf')
-rw-r--r-- | system/apache-tomcat/tomcat-java.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/apache-tomcat/tomcat-java.conf b/system/apache-tomcat/tomcat-java.conf index 053db27e99..71a927242f 100644 --- a/system/apache-tomcat/tomcat-java.conf +++ b/system/apache-tomcat/tomcat-java.conf @@ -2,15 +2,15 @@ # used by apache tomcat. It does not affect any other java # applications -# Initial size of memory allocation pool +# Initial heap memory size MEMALLOC_MIN="512m" -# Maximum size of memory allocation pool +# Maximum heap memory size MEMALLOC_MAX="1024m" # Thread stack size STACK="256k" -# Maximum amount of heap used for permanent generation -MAXPERMSIZE="512m" +# Permanent generation memory size +MAXPERMSIZE="128m" |