pidmax Parameter
- Description
-
Specifies the value of the largest possible process ID.
pidmaxsets the value for themaxpidvariable. Oncemaxpidis set,pidmaxis ignored.maxpidis used elsewhere in the kernel to determine the maximum process ID and for validation checking.Any attempts to set
maxpidby adding an entry to a file in the/etc/system.ddirectory have no effect. - Data Type
-
Signed integer
- Default
-
30,000
- Range
-
5 to 999,999
- Units
-
Processes
- Dynamic?
-
No. Used only at boot time to set the value of
pidmax. - Validation
-
Yes. Value is compared to the value of
reserved_procsand 999,999. If less thanreserved_procsor greater than 999,999, the value is set to 999,999. - Implicit
-
max_nprocsrange checking ensures thatmax_nprocsis always less than or equal to this value. - When to Change
-
Required to enable support for more than 30,000 processes on a system. See also max_nprocs Parameter.
- Commitment Level
-
Unstable