This errno, "Too many open files in system", is an error that means you cannot get a file descriptor because it would be over the maximum number of files allowed on the system at once, an administrative limit. The limit is usually adjusted by a kernel config option (like defining "MAXFILES") or a tunable (like the sysctl "kern.maxfiles").

Log in or register to write something here or to contact authors.