Hi Brandon, you are sure that this is not an effect of the garbage collection? In development you will not have that many objects created (due to lower usage of the system) and therefore not that much gc activity. Try to play around with the incremental garbage collection settings or to look into your system with JProbe or comparable monitors. Have you seen http://java.sun.com/docs/hotspot/gc/ ?
Cheers, Mika ----- Original Message ----- From: "Brandon Cruz" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 2:08 AM Subject: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) > I am using Tomcat 3.2.1 connected to Apache via mod_jk. For some reason, > every once in a while, my java (Tomcat) process in linux goes up to 97% and > stays there until I try to stop tomcat. Even though tomcat shuts down, that > process still stays all of the way up at 97% and can only be stopped by > executing the kill command. Does anyone know a fix for this problem, > upgrade tomcat, upgrade linux version, upgrade jre, etc.? > > I have seen many posts on this subject before, but never a definate answer. > I see that many people say check the code, so I am doing that for now. The > only strange thing is that I can't figure out exactly what causes this to > happen, and it can't be duplicated on development machines running tomcat > stand alone on win2k. > > Any help would REALLY be appreciated!!! > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>