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

Home -> Community -> Mailing Lists -> Oracle-L -> Red Hat ES4. 0 kernel settings

Red Hat ES4. 0 kernel settings

From: Lou Avrami <avramil_at_concentric.net>
Date: Thu, 20 Oct 2005 18:00:50 -0400 (EDT)
Message-ID: <200510202200.SAA26865@courageux.cnc.net>


Hello all,

I'm about to do my first Linux Oracle RDMBS installations. I'll be installing both 9.2.0.7 and 10gR2 on a Red hat ES 4.0 server with 4 gig of memory.

As with most other Unixes, the kernel settings must be adjusted. The "defaults" would be something like

SHMMAX = 2147483648
SHMMIN = 1
SHMMNI = 100
SEMMNS = 1000
SEMMSL = 250
SEMMNI = 100
SEMOPM = 100

In Solaris, I had quite a bit of successful following the advice in the book "Configuring & Tuning Databases on the Solaris Platform". On pages 202-204 the author suggests setting the shared memory parameters high, so that it isn't necessary to go back and change them later. An example /etc/system from the book looked like this:

I think I would like to do something similar for this Linux server, set the semaphores and shared memory parameters high enough so that they don't have to be revisited. Does this make sense for Linux? For Solaris there is no penalty for for stting these parameters "too high". Does that also hold true for Linux? For the Linux kernel parameters, what might be considered "high enough"?

Thanks,
Lou Avrami

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 20 2005 - 17:04:33 CDT

Original text of this message

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