> 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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to