diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-11 00:21:49 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-11 00:21:49 +0100 |
commit | 0e42c7a40a58aec75341a49edca586fcc6af0781 (patch) | |
tree | 74647b4ecac74981452e66a517f9e7385461441a /man5/proc.5 | |
parent | a787b1cfdc62598019ba86ab5aebb9d9ff088b73 (diff) |
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>
Diffstat (limited to 'man5/proc.5')
-rw-r--r-- | man5/proc.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 5727b95e..5f3c5c9e 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -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 |