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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Memory utilization

Re: Memory utilization

From: Madhavan Amruthur <mad5698_at_fastmail.fm>
Date: Fri, 14 Jun 2002 07:58:36 -0800
Message-ID: <F001.0047E227.20020614075836@fatcity.com>


Hi Tim,

> FF210000 8K read/write/exec [ anon ]
> FF340000 8K read/write/exec/shared [ anon ]
> FF3A0000 8K read/write/exec [ anon ]
> I don't know what "anon" means, but let's
> assume that it is also private to this specific process,

The anon refers to anonymous pages that are mapped to /dev/zero by calling mmap() which is a bunch of zeroes and not mapped from a file. It can be shared between processes with common ancestors as it does not have data as such and just zeroes, but processes having access to a single mapping of /dev/zero can share this memory region. In the above case, we have a 8K that is shared and the 16K that is private to this process.

I am sure I will be corrected if I am wrong :-)

Hope this helps.
Regards,
Madhavan

-- 
Madhavan Amruthur
DecisionPoint Applications

-- 
http://fastmail.fm - You've just been FastMailed!
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Madhavan Amruthur
  INET: mad5698_at_fastmail.fm

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jun 14 2002 - 10:58:36 CDT

Original text of this message

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