> From: S Arvind [mailto:arvindw...@gmail.com] > Tomcat after running for couple of hours , somthing is > getting wrong and it > is keep on doing Garbage Collection(as it dispaly in console) > . And tomcat > also becoming dump slow.. and we cant able to do any, until > it restarts...
I suspect your application has a memory leak somewhere - and it is almost always the application, not Tomcat :-). Use a profiler to find out where all the memory is going. Do you get out-of-memory errors in the Tomcat log files if you leave the application running even once it has become slow? - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org