This content has been marked as final.
Show 1 reply
-
1. Re: Setting Tomcat heap size in virtual hosts on JBoss 4.0.2
ddkilzer Sep 26, 2005 1:49 PM (in response to ddkilzer)As it turns out, setting -Xmx128m (maximum heap size) did help with the Tomcat instances, but we also set -Xms64m (minimum heap size) and -XX:MaxPermSize=128m (to help with the numerous classes created by JSP compilation).
Dave