Home
last modified time | relevance | path

Searched refs:NPROC (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/conf/
H A Dparam.c84 #define NPROC 1000 /* Account for DEFAULT_TOTAL_CORPSES_ALLOWED by making this slightly lo… macro
87 #define NPROC (20 + 32 * 32) macro
88 #define NPROC_PER_UID (NPROC/2)
93 int maxproc = NPROC;
97 int hard_maxproc = NPROC; /* hardcoded limit -- for ARM the number of processes is limited by…