pub fn raise_fd_limit() -> Option<u64>
Expand description

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.