diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 19:20:34 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:29 -0500 |
commit | 74fc7939ce16933bbd6dd198a9270c70be786df8 (patch) | |
tree | bc9db0c00072309ff947927a555a7ca8aa556796 /system/apache-tomcat/tomcat-java.conf | |
parent | 4e72060c79db8f41412b39cdbf13bf049a5f0672 (diff) | |
download | slackbuilds-74fc7939ce16933bbd6dd198a9270c70be786df8.tar.gz |
system/apache-tomcat: Added (Java Servlet/JavaServer Pages implementation)
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" + |