Function fdlimit::raise_fd_limit
source · 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.