Function fdlimit::raise_fd_limit [−][src]
pub fn raise_fd_limit() -> Option<u64>
Raise the soft open file descriptor resource limit to the hard resource limit.
Returns Some
with the new limit.
Panics
Panics if libc::getrlimit
or libc::setrlimit
fail.