On 21/01/2015 19:59, Mike Seda wrote: > Is it advisable to have the following JVM option set in Tomcat 7 (with > Java 7)? > -XX:+DisableExplicitGC
That should be fine. Apps really should not be calling that. > Or will this prevent Tomcat itself from calling System.gc() when it > needs to? Tomcat only calls it in two places - both diagnostic tools. It will never get called in normal operation. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org