The maximum number of file descriptors the process can open.
const FileDescriptors: Resource = Resource(cty::RLIMIT_NOFILE as c_int);
prlimit(2) and RLIMIT_NOFILE therein