.hy 0 .ad l .nf
| Prev, Top | Notes, Next | 
| This error occurs when a process already has the maximum number of file
descriptors open. The error message includes the limit.open(pathname = "example", flags = O_RDONLY) failed, Too many open files (24, EMFILE) because the process already has the maximum number of file descriptors open (1024) open_max = sysconf(_SC_OPEN_MAX); |