diff options
| -rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 260f42799a..c0782d1c43 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -3910,15 +3910,13 @@ If you get lots 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 - -.br +.IP .nf .ft CW echo 100000 > /proc/sys/fs/file-max .fi .ft - +.IP Privileged processes .RB ( CAP_SYS_ADMIN ) can override the |
