shmseg

shmseg defines the maximum number of shared memory segments that can be simultaneously attached to a single process.

Acceptable Values:

Minimum
1
Maximum
shmmni
Default
120

Specify integer value. For more information, see Specifying Parameter Values.

Description

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)).

Related Parameters

None.

Additional Information: