From 3d5ea0476dbca2f126312eca6c42543f4fd18fec Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 22 May 2017 13:57:19 +0200 Subject: [PATCH] proc.5: ffix Signed-off-by: Michael Kerrisk --- man5/proc.5 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index 260f42799..c0782d1c4 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 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 -- 2.11.4.GIT