X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..21362eb3e66fd2c787aee132bce100a44d71a99c:/bsd/conf/param.c diff --git a/bsd/conf/param.c b/bsd/conf/param.c index 97b008e15..b1812db65 100644 --- a/bsd/conf/param.c +++ b/bsd/conf/param.c @@ -85,9 +85,8 @@ struct timezone tz = { TIMEZONE, PST }; #define NPROC (20 + 16 * MAXUSERS) -#define HNPROC 2500 /* based on thread_max */ +#define HNPROC (20 + 64 * MAXUSERS) int maxproc = NPROC; -int maxprocperuid = NPROC/2; __private_extern__ int hard_maxproc = HNPROC; /* hardcoded limit */ int nprocs = 0; /* XXX */