tooManyOpenFiles
This process has too many open files.
Declaration
static var tooManyOpenFiles: Errno { get }Mentioned in
Discussion
To check the current limit, call the getdtablesize function.
The corresponding C error is EMFILE.
This process has too many open files.
static var tooManyOpenFiles: Errno { get }To check the current limit, call the getdtablesize function.
The corresponding C error is EMFILE.