View Single Post
Old 01-17-2013, 03:08 AM   #44
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Quote:
Originally Posted by knc1 View Post
Nitpick: Linux does not use 15bits for the process id.
pid_t is "int" which on a 32bit processor - is 32 bits.
That's true, but maximum number of processes is limited by kernel. By default it is set to 32768, but may be changed.
Code:
[root@kindle root]# cat /proc/sys/kernel/pid_max 
32768
baf is offline   Reply With Quote