diff options
Diffstat (limited to 'system/apache-tomcat/tomcat-java.conf')
-rw-r--r-- | system/apache-tomcat/tomcat-java.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/apache-tomcat/tomcat-java.conf b/system/apache-tomcat/tomcat-java.conf new file mode 100644 index 0000000000..da501613e3 --- /dev/null +++ b/system/apache-tomcat/tomcat-java.conf @@ -0,0 +1,16 @@ +# 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="128k" + +# Maximum amount of heap used for permanent generation +MAXPERMSIZE="512m" + |