on the number of files it may open.)
If you get lots
of error messages in the kernel log about running out of file handles
+(open file descriptions)
(look for "VFS: file\-max limit <number> reached"),
try increasing this value:
.IP
.I /proc/sys/fs/file\-nr
This (read-only) file contains three numbers:
the number of allocated file handles
-(i.e., the number of files presently opened);
+(i.e., the number of open file descriptions; see
+.BR open (2));
the number of free file handles;
and the maximum number of file handles (i.e., the same value as
.IR /proc/sys/fs/file\-max ).