The maximum number of processes the user can create.
const Processes: Resource = Resource(cty::RLIMIT_NPROC as c_int);
prlimit(2) and RLIMIT_NPROC therein