2009/5/28 msweeney <whiterockbi...@gmail.com>:
>
> Tomcat version 6
> Apache 2.2.3
> Centos 5.2
> VMware 2.5
> 2 VPU's
> 4G Memory
>
> Guest Memory usage is on a avg 122 MB and Host Memory is at 3.31 G so we
> know it's not the balloon driver.
>
> Problem statement:
>
> I understand as a SysAdmin that the JVM loves to grab all the memory
> resources as it can, sort of like Oracle.  However when we stop and then
> attempt to restart Tomcat it fails and the server needs to be restarted.
> Also it seems that this memory is being held in the Linux Cache system and
> to release it we run the following:
> echo 3 > /proc/sys/vm/drop_caches

tomcat6 is not included in Centos, then i assume you take source file
from apache tomcat website.

If this is the case, when you stop tomcat, then you have to kill the process.
try a "ps -ef | grep j" and you will probably see that java is still running.

if you are succesful in killing the process, then try to start tomcat.

-- 
mr

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to