Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Huge Swap area being used despite having available ram (Solaris 8 , ora9.2.)

Re: Huge Swap area being used despite having available ram (Solaris 8 , ora9.2.)

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 30 Mar 2005 19:44:52 +0200
Message-ID: <m7pl41df6vdftqgoa9ej7uo1ra4ht7jg0j@4ax.com>


On 30 Mar 2005 08:40:57 -0800, "GeoPappas" <PappasG_at_gmail.com> wrote:

>I would tend to agree with Mr. Rowland. I could be wrong, but my
>understanding is that virtual memory (aka SWAP) is used ONLY after
>physical memory (aka RAM) is used up. So I too would be concerned that
>SWAP is being used before RAM is totally used up.

No, virtual memory is not ONLY used after physical memory is used up. Pages are being faulted to disk based upon the Least Recently Used algorithm most O/Ses implemented. The LRU algorithm is a result of the Working Set mechanism, observed in the 60's of the previous century. No program will ever use *all* the memory allocated to it, consequently unused memory regions can be faulted to disk.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Mar 30 2005 - 11:44:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US