получить / установить ограничения ресурсов (get/set resource limits)
Стандарты (Conforming to)
getrlimit
(), setrlimit
(): POSIX.1-2001, POSIX.1-2008, SVr4,
4.3BSD.
prlimit
(): Linux-specific.
RLIMIT_MEMLOCK
and RLIMIT_NPROC
derive from BSD and are not
specified in POSIX.1; they are present on the BSDs and Linux, but
on few other implementations. RLIMIT_RSS
derives from BSD and is
not specified in POSIX.1; it is nevertheless present on most
implementations. RLIMIT_MSGQUEUE
, RLIMIT_NICE
, RLIMIT_RTPRIO
,
RLIMIT_RTTIME
, and RLIMIT_SIGPENDING
are Linux-specific.