kernel - Change maxproc cap calculation
commitbb47122611f95c674b6e12943b8630abc7ed6e61
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 12 Aug 2017 20:44:54 +0000 (12 13:44 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 12 Aug 2017 20:44:54 +0000 (12 13:44 -0700)
tree775e10b7b257fdc6773b68a636614e169abad310
parent586c43085fc900273732f99de6c9ef43f73ded76
kernel - Change maxproc cap calculation

* Increase the calculation for the maxproc cap based on physical ram.
  This allows a machine with 128GB of ram to maxproc past a million,
  though it should be noted that PIDs are only 6-digits, so for now
  a million processes is the actual limit.
sys/kern/subr_param.c