pub const RLIMIT_NPROC: c_int = 6;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This is a limit on the number of extant processes (or, more preciselu on Linux, threads) for the real user ID of the calling process.