[][src]Function rlimit::prlimit

pub fn prlimit(
    pid: pid_t,
    resource: Resource,
    new_limit: Option<(rlim, rlim)>,
    old_limit: Option<&mut (rlim, rlim)>
) -> Result<()>

[Linux] Set and get the resource limits of an arbitrary process.