Skip to main content

RLIMIT_NICE

Constant RLIMIT_NICE 

Source
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).