Kbase P21607: Why is there no SEMMNU or SEMMNS kernel parameter on Tru64?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/20/2003 |
|
Status: Unverified
GOAL:
Why is there no SEMMNU or SEMMNS kernle parameter on Tru64?
FACT(s) (Environment):
Compaq Tru64 UNIX 5.1
FACT(s) (Environment):
Progress 9.1D
FIX:
Why is there no SEMMNU or SEMMNS kernel parameter on Tru64?
Instead of semmns and semmnu, on Tru64 the relevant parameters are:
sem_opm
Maximum number of operations that can be outstanding on a single System
V semaphore at one time.
Default value: 10 (operations)
Minimum value: 0
Maximum value: INT_MAX
sem_ume
Maximum number of undo operations that can be outstanding on a single
System V semaphore at one time.
Default value: 10 (operations)
Minimum value: 0
Maximum value: INT_MAX
The values for these should be calculated on the basis of the guidelines for SEMMNS and SEMMNU in the Installation and Configuration Guide.
For further information please your Tru64 documentation (also available online on the HP/Compaq url).