On 2/8/2011 11:27 AM, Robinson, Eric wrote:
Saw this statement on an IBM web site:

"Most JVMs grow towards the upper heap limit (-Xmx/-mx options) when
more memory is required, and do not return memory to the operating
system, even if the memory is no longer needed, until the JVM process
terminates."

Is this true? If thought returning unneeded memory to the OS was what GC
is all about.

--
Eric Robinson

I don't know, but always assumed that GC made the cleared memory available for the JVM to use for other things, not the OS.


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

Reply via email to