diff options
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 053db27e9937c..71a927242f12c 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" |