Skip to content

Commit c66cb17

Browse files
ericcurtinJonathan Corbet
authored andcommitted
Update Documentation/admin-guide/sysctl/fs.rst
max_user_watches for epoll should say 1/25, rather than 1/32 Signed-off-by: Eric Curtin <ericcurtin17@gmail.com> Link: https://lore.kernel.org/r/20210120132648.19046-1-ericcurtin17@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 798eb4c commit c66cb17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Documentation/admin-guide/sysctl

Documentation/admin-guide/sysctl/fs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,5 +380,5 @@ This configuration option sets the maximum number of "watches" that are
380380
allowed for each user.
381381
Each "watch" costs roughly 90 bytes on a 32bit kernel, and roughly 160 bytes
382382
on a 64bit one.
383-
The current default value for max_user_watches is the 1/32 of the available
384-
low memory, divided for the "watch" cost in bytes.
383+
The current default value for max_user_watches is the 1/25 (4%) of the
384+
available low memory, divided for the "watch" cost in bytes.

0 commit comments

Comments
 (0)