[tor-commits] [onionoo/master] Note that Tomcat may require up to 512M, not 128M.
karsten at torproject.org
karsten at torproject.org
Mon Apr 22 10:26:41 UTC 2013
commit ce6e59052e4b0147180e1fcccd1f7e31940c44de
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Mon Apr 22 12:25:30 2013 +0200
Note that Tomcat may require up to 512M, not 128M.
---
INSTALL | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL
index b3d5d0a..f4ad7ca 100644
--- a/INSTALL
+++ b/INSTALL
@@ -151,6 +151,10 @@ The following file may be a useful Tomcat configuration file. Put it in
</Service>
</Server>
+It may also be necessary to increase Tomcat's maximum heap space. Do this
+by editing JAVA_OPTS in /etc/default/tomcat6 and change "-Xmx128m" to
+"-Xmx512m".
+
Deploy the Tomcat application
-----------------------------
More information about the tor-commits
mailing list