pub const RLIMIT_RSS: c_int = 5;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This is a limit (in bytes) on the process’s resident set (the number of virtual pages resident in RAM). Only affects Linux 2.4.0 to 2.4.29.