Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Web Development Toolkit and memory per session
This figure includes the shared memory portion of Oracle. The memory usage per process can be determined by subtracting the size of the shared memory segments for that instance.
'ipcs -ma' will display the shared memory segments and sizes.
Or you can use svrmgr to locate the correct segmemts:
svrmgr> oradebug ipc
This will dump the IPC data to a trace file.
Jared
"Boivin, Patrice J" To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> <BoivinP_at_mar.dfo- cc: mpo.gc.ca> Subject: RE: Web Development Toolkit and memory per session Sent by: root_at_fatcity.com 12/21/01 11:00 AM Please respond to ORACLE-L
Ps -efl on Tru64 UNIX.
e.g.
88008001 R 9001 1931 1 19.2 44 0 149M - 16:52:15
03:59:11 oraclesid (LOCAL=NO)
88008001 R 9001 10017 1 17.0 44 0 146M - 10:19:45
04:36:09 oraclesid (LOCAL=NO)
88008001 R 9001 10732 1 16.9 44 0 144M - 10:19:44
04:23:29 oraclesid (LOCAL=NO)
88008001 R 9001 14278 1 19.2 44 0 157M - 17:35:21
03:56:01 oraclesid (LOCAL=NO)
Regards,
Patrice Boivin
Systems Analyst (Oracle Certified DBA)
-----Original Message----- From: Jared.Still_at_radisys.com [SMTP:Jared.Still_at_radisys.com] Sent: Friday, December 21, 2001 1:36 PM To: ORACLE-L_at_fatcity.com Cc: BoivinP_at_mar.dfo-mpo.gc.ca Subject: Re: Web Development Toolkit and memory persession
Patrice,
How are you determining that a session is require 140M?
This number may be misleading.
Jared
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Boivin, Patrice J INET: BoivinP_at_mar.dfo-mpo.gc.ca 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-LReceived on Fri Dec 21 2001 - 15:39:09 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Jared.Still_at_radisys.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).