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: Why is Oracle process using 25 MB of RAM when idle?

RE: Why is Oracle process using 25 MB of RAM when idle?

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Mon, 17 Nov 2003 01:29:43 -0800
Message-ID: <F001.005D6DEA.20031117012943@fatcity.com>


Helmut,

   I don't know how you are measuring your numbers, but beware that what the operating system reports is often somewhat misleading. Typically, shared memory is often 'attributed' to each and every process linked to it. When you think about it it makes sense, but at the same time it does mean that n processes will really use much less than n * the amount of memory reported as used by one process. This is true both of the 'program' part of user memory (shared libraries) and of the 'data' part of it (SGA). When your process connects, it attaches the SGA and some shared libraries, and more shared libraries come into play as it starts doing something. You may have a better view of what is really used by your process by checking into V$SESSTAT, which holds a number of values about it.

HTH, SF

>----- ------- Original Message ------- -----
>From: "Daiminger, Helmut" <HELMUT.DAIMINGER_at_wwk.de>
>To: Multiple recipients of list ORACLE-L
><ORACLE-L_at_fatcity.com>
>Sent: Sun, 16 Nov 2003 23:09:26
>
>Hi,
>
>we are running 9.2 on HP-UX here.
>
>We have pg_aggregate_target configured, but I
>realized (in my opinion) very
>high memory consumption of Oracle Unix processes.
>
>a) How come that one Oracle Connection (i.e.
>dedicated Unix process on HP)
>is using up at least 22 MB of RAM? It is using 22
>MB if the user is just
>connected, not doing anything.
>
>Any way I can modify this?
>
>b) If the user is querying data and the like, the
>memory consumption goes up
>to 60 MB. How come?
>
>Thanks!
>
>Regards,
>Helmut
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriolecorp.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mon Nov 17 2003 - 03:29:43 CST

Original text of this message

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