shmseg
shmseg defines the maximum number of shared memory segments
that can be simultaneously attached to a single process.
1
shmmni
120
Specify integer value. For more information, see Specifying Parameter Values.
shmseg specifies the maximum number of shared memory
segments that can be attached to a process at any given time. Any calls
to shmat() that would exceed this limit return an error
(see HP-UX Reference entry shmop(2)).
None.