Try to raise the file descriptor limit to the requested number.
Declared in <util/fs_helpers.h>
int
RaiseFileDescriptorLimit(int min_fd);
The actual file descriptor limit. It may be lower or higher than min_fd. Returns std::numeric_limits<int>::max() if the OS imposes no limit (RLIM_INFINITY).
| Name | Description |
|---|---|
| min_fd [in] | The requested minimum number of file descriptors. |