Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Which background process regulates amount of pga memory per session in 10g ? Thanks, rm.
HansF <News.Hans_at_telus.net> wrote:
> On Mon, 05 Sep 2005 06:35:12 +0000, xhoster interested us by writing:
>
> >
> > Since most systems don't allow allocated memory to be returned to the
> > system until the process ends, do dedicated process relinquish memory
> > simply by promising not use it, in the hopes that the VM system will do
> > the right thing?
>
> So you imply that when Java performs garbage collection, any freed up
> memory is not available to the OS for reuse elsewhere?
Yes, that is my impression. When Java performs garbage collection, the freed up memory is available for reuse only by that JVM (or, if one process serves as both the JVM and something else, then it might also be reused by that something else, if things are arranged properly) and not by the system at large.
Xho
-- -------------------- http://NewsReader.Com/ -------------------- Usenet Newsgroup Service $9.95/Month 30GBReceived on Tue Sep 06 2005 - 11:50:57 CDT