What is the maximum and minimum value for a PID (Process ID) on Linux and Solaris?
|
feedback
|
migrated from stackoverflow.com Jun 10 '11 at 14:36
This question came from our site for professional and enthusiast programmers.
|
http://www.alexxoid.com/blog/linux/getting-the-max-pid-value-for-linux-process.html
On my server:
The result is:
| |||
|
feedback
|
|
You've had, and accepted, a Linux answer. On Solaris, the maximum value of a process ID is a kernel tunable parameter — | |||
|
feedback
|
|
The minimum is 1 and usually the maximum is 2^15 | |||||||||
feedback
|