You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ac...@saysit.com on 2002/09/26 01:47:09 UTC

Re: Tomcat 4.1.12 memory leak

 
> Each request allocates memory. (And relinquishes accordingly) The
> garbage collector runs when "it feels like it should". The JVM will
> continually suck up memory until it reaches its startup parameters. (-mx
> ...)
> 
> Once a JVM takes memory from the OS - it does not release it to the OS -
> it only releases it to its own memory heap.

How can ww stop the JVM taking memory away from the O/S, any startup
parameters I can set ???

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>