Operating System - HP-UX
1753844 Members
7421 Online
108806 Solutions
New Discussion

HPUX 10.20 System V Message Queues and Semaphores

 
Adam Clarke
New Member

HPUX 10.20 System V Message Queues and Semaphores

My server application (running in HPUX 10.20) is running out of either Sys V
message queues or semaphores.

Does anyone know How I can determine the current system limit on the total
number of semaphores, are there default values, and if one can configure the
system to provide more of them?
1 REPLY 1
Evan Day_1
Frequent Advisor

Re: HPUX 10.20 System V Message Queues and Semaphores

Check the kernel configuration variable msgmni for the maximum number of
message queues and semmni for the max number of sempahores.

If you have glance, you can get an idea of how much of your resources are in
use by looking at the system tables (hit 't'.)

-Evan