Operating System - HP-UX
1752795 Members
6053 Online
108789 Solutions
New Discussion

Configuring Kernal Semaphore parameters

 
Andrew Moody_1
Regular Advisor

Configuring Kernal Semaphore parameters

My kernel has the following Kernel parameters set.

sema 1
semaem 16384
semmap 202
semmni 200
semmns 2000 Max Number of Semaphores
semmnu 8202
semmsl 4096 Maximum Number of Semaphores per ID
semume 10
semvmx 32767

Do the values for semmns and semmsl contradict each other?

Anything else spring to mind reading the above parameters?

All suggestions gratefully received.
A sobering thought: What if, right at this very moment, I am living up to my full potential?
1 REPLY 1
Eric Antunes
Honored Contributor

Re: Configuring Kernal Semaphore parameters

Hi Andrew,

If you run Oracle, I recomend you to increase semmni to 4096 and define semmap to (SEMMNI+2) and semmns to (SEMMNI*2) and semmnu to (NPROC-4).

Best Regards,

Eric Antunes
Each and every day is a good day to learn.