proc.5: Note message written to kernel log when file-max limit is hit

Info from Documentation/sysctl/fs.txt.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-11 00:21:49 +01:00
parent a787b1cfdc
commit 0e42c7a40a
1 changed files with 2 additions and 1 deletions

View File

@ -2238,7 +2238,8 @@ which can be used by a process to set the per-process limit,
.BR RLIMIT_NOFILE ,
on the number of files it may open.)
If you get lots
of error messages about running out of file handles,
of error messages in the kernel log about running out of file handles
(look for "VFS: file-max limit <number> reached"),
try increasing this value:
.br