Constant lrs::process::resource::FileDescriptors

The maximum number of file descriptors the process can open.

Syntax

const FileDescriptors: Resource = Resource(cty::RLIMIT_NOFILE as c_int);

See also