Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Kernel parameter recommendations for HP-UX 11.11 in regard to SGA size

Re: Kernel parameter recommendations for HP-UX 11.11 in regard to SGA size

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: Tue, 05 Jun 2007 17:27:55 -0700
Message-ID: <1181089675.265857.272630@k79g2000hse.googlegroups.com>


On Jun 5, 6:01 am, Swoop <s..._at_doesnotwork.com> wrote:
> I'm knew to HP-UX and was just after some advice in regards to some
> kernel parameters. I've done a fair bit of research but some of the
> things I've read seem to conflict and because lower versions of the OS
> have different settings and because the amount of RAM on the boxes (that
> they are configuring) differ it is hard to peg it down.
>
> For example, a metalink document recommends setting the system buffer
> cache to a maximum of 128M but it says this for a low amount of RAM,
> however, it doesn't specify what it means by low :(
>
> I'll be testing it out first on a test box.
>
> 2 processor box, HP-UX 11.11
> 4Gb RAM
> Running 9.2.0.8
> vxfs filesystem
> Running four databases (largest is 30Gb, others are 2Gb) as a pure
> database server
>
> Just wondering how others have configured the following parameters
>
> bufpages
> dbc_max_pct
> dbc_min_pct
> nbuf

I would recommend setting the dbc_max_pct very close to the dbc_min_pct otherwise hpux tends to keep increasing the size up to the dbc_max_pct.

If you take the default value of 50 for dbc_max_pct that will have 2 gig of os memory file caching that oracle ( hopefully if you have configured your oracle correctly ) won't even use.

Probably 256 meg or less ( 128 maybe ) if is adequate so figure out 4 gig times what number gives you that and set both dbc_max_pct and dbc_min_pct to the same value.

The other ones I would have to double check at work tomorrow but I think they both should be zero.

Check out the hp documentation just do a google on dbc_max_pct ... Received on Tue Jun 05 2007 - 19:27:55 CDT

Original text of this message

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