pub const RLIMIT_NICE: c_int = 13;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This specifies a ceiling to which the process’s nice value can be raised
using setpriority(2) or nice(2).
pub const RLIMIT_NICE: c_int = 13;Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This specifies a ceiling to which the process’s nice value can be raised
using setpriority(2) or nice(2).