Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: lack of memory
Edward,
how about checking your processes parameter and then multiplying that # with your sort area size .. thats would give you a good idea about the size of your PGA .. also i guess there is a 250 K overhead per connection so you need to add that as well. for more accurate information, yopu could run a pmap for all local connections (connection coming from app) and then grep for the value besides the stack label to get exact PGA on a per connection basis. This assumes you are on unix..how big is your SGA?
Deepak
--- Edward Shevtsov <ed_at_mb.ru> wrote:
> Connor,
>
> thanks for the reply. I'd thought about it.
> Unfortunately, it's quite difficult to catch the
> difference as number of users is not constant and
> they do different job (oltp queries, big reports).
>
> Thanks,
> Ed
>
>
>
> > (Of course depending on the app), its seems odd
> that
> > 4G is insufficient for 400 users. Maybe start
> having
> > a look at the uga/pga stats for connected sessions
> and
> > seeing what this adds up to.
> >
> > hth
> > connor
> >
>
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: Edward Shevtsov
> INET: ed_at_mb.ru
>
> Fat City Network Services -- (858) 538-5051 FAX:
> (858) 538-5051
> San Diego, California -- Public Internet
> access / Mailing Lists
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deepak Thapliyal INET: deepakthapliyal_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 Nov 14 2001 - 13:21:27 CST
![]() |
![]() |