RE: Apache/Tomcat memory leak not recovered after shutdown

2002-02-04 Thread Loïc Lefèvre
Hi, We have experienced same problems, all we found to do is to kill with our hands the java process (that can rest after the servlet engine shutdown). Here is the bash script we use: #!/bin/bash kill -9 `ps -A | grep java | cut -c 1-5` kill -9 'ps -A | grep jre | cut -c 1-5' Hope that helps,

Re: Apache/Tomcat memory leak not recovered after shutdown

2002-02-04 Thread Eric LOEW
Hwang, Joseph wrote: I would think that if the memory is in apache/tomcat, then the memory should be recovered when I shut them down. Is that right? How could I get the memory back from the Memory Cache without rebooting? I have the same problem and i reduce the maximum number of apache