Ok, I will do that now! I have taken another snapshot of the JVM a few minutes ago. Now I also see that 160MB are being used by org.apache.jasper.runtime.BodyContextImpl. This contains images of my DYNAMIC pages!
This is the path: Org.apache.jasper.runtime.BodyContentIml [1] of org.apache.jasper.runtime.BodyContentImpl[2] Outs of org.apache.jasper.runtime.PageContextImpl [0] of javax.servlet.jsp.PageContext[8] Pool of org.apache.jasper.runtime.JspFactoryImpl$PageContextPool Value of java.lang.ThreadLocal$ThreadLocalMap$Entry [8] of java.lang.ThreadLocal$ThreadLocalMap$Entry[16] Table of java.lang.ThreadLocal$ThreadLocalMap threadLocals of java.lang.Thread [Stack Local, Thread] "http-8080-18" native ID: XXXXXX > -----Original Message----- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, November 12, 2010 02:19 PM > To: Tomcat Users List > Subject: Re: Tomcat 6.0.29 using more and more RAM until it collapses? > > On 12/11/2010 19:12, Brian wrote: > > Oh, I think I found what you were asking, the "path to the GC root": > > > > org.apache.naming.resources.FileDirContext$FileResource > > org.apache.naming.resources.CacheEntry > > org.apache.naming.resources.CacheEntry[XXX] > > org.apache.naming.resources.ResourceCache > > org.apache.naming.resources.ProxyDirContext > > etc > > etc > > etc > > OK, that is indeed Tomcat's static file cache. Given you only have two WARs and > the default cache size is 10MB per WAR I am struggling to see how this could be > causing an OOME. > > Anyway, the settings for this are on the Context element. The simplest way to > disable static file caching everywhere is to add the following to the Context > element in CATALINA_BASE/conf/context.xml > > cachingAllowed="false" > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org