Contents

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.

See Also

File System Errors