rustix::process

Function prlimit

source
pub fn prlimit(
    pid: Option<Pid>,
    resource: Resource,
    new: Rlimit,
) -> Result<Rlimit>
Expand description

prlimit(pid, resource, new)—Get and set a process resource limit value.

§References