Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Dedicated connections and Memory usage
SGA is shared memory so it will show up looking as though the
individual connections are as large as the SGA (or larger, to include
the PGA). In reality they are sharing a large chunk of the memory
ipcs -m will show you the memory segment allocation for the SGA, subtract that from the memory each process is using to get the REAL memory size
There is also a unix command that will show the real memory allocation for a process, rssize is the field but I am sleep-deprived this morning and can't remember it off the top of my head... but someone here will know :)
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rachel Carmichael INET: wisernet100_at_yahoo.com 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 Wed Jun 26 2002 - 08:33:28 CDT
![]() |
![]() |