tooManyOpenFiles

This process has too many open files.

Errno.swift:261
static var tooManyOpenFiles: Errno { get }

To check the current limit, call the getdtablesize function.

The corresponding C error is EMFILE.