Penguin
Annotated edit history of EMFILE version 1, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!!Too many open files
2
3 This process has exceeded the maximum number of files it is allowed to have open. This can be raised with ulimit(1). To see what file handles a program has open try
4 ls -l /proc/''pid''/fd
5 or
6 strace ''program''