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: project.max-shm-memory

Re: project.max-shm-memory

From: Keith Moore <kmoore_at_zephyrus.com>
Date: Fri, 28 Sep 2007 13:37:47 -0500 (CDT)
Message-ID: <37592.206.227.128.10.1191004667.squirrel@lady.zephyrus.com>


It is the sum off all the SGA shared memory segments. That's assuming all the instances are running under the same user or at least under the same project.

If each instance is under a separate project, then you need to set the value for each project and it only applies to shared memory segments in that project.

I don't think Oracle makes this very clear in their installation guide.

"id -p" will show you the project name
"prctl -n project.max-shm-memory -i project <project name>" will show the current setting.

Keith

> Solaris 10, sparc 64bit, 10.2.0.3 oracle; 6 oracle instances running
> on this zone.
>
> Is there any thumb rule to set max-shm-memory? Is it a sum of all
> sga_target + pga_aggregate_target?
>
> Thanks,
> Pedro.
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 28 2007 - 13:37:47 CDT

Original text of this message

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