git: kernel - Change maxproc cap calculation

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 12 13:46:37 PDT 2017


commit bb47122611f95c674b6e12943b8630abc7ed6e61
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Aug 12 13:44:54 2017 -0700

    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.

Summary of changes:
 sys/kern/subr_param.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bb47122611f95c674b6e12943b8630abc7ed6e61


-- 
DragonFly BSD source repository



More information about the Commits mailing list