On 23/03/2015 07:05, Rahul Kumar Singh wrote: > Hi Tomcat support team, > > While upgrading Tomcat from tomcat 6(6.0.28) to tomcat 7 (7.0.54). > the following problem happens. TOMCAT 7 (7.0.54) memory consumption > increased about approx. 3 times compare to the existing tomcat 6 > (6.0.28) memory consumption. > > Tomcat 6.0.28 memory consumption MAP. RESIDENT MEMORY:300-400 MB > Approx. > > Tomcat 7.0.54 memory consumption MAP. RESIDENT MEMORY:900-1800 MB > Approx. > > Underline java platform is same(OpenJDK7) in both tomcat 6 and tomcat > 7. Now question is that, why the memory consumption increased about 3 > times in Tomcat 7.
Tomcat doesn't use anything like that much memory on its own. I suspect it is the application although the difference between Tomcat 6 and Tomcat 7 is unexpected. The only way to find out what is going on is to look at what is using that memory. You'll need to take a heap dump and/or use a profiler to find out. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org