diff options
author | Masanari Iida <standby24x7@gmail.com> | 2019-11-01 07:04:38 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-11-07 23:17:25 +0300 |
commit | e80d89380c5a8553f208d002ee0f7877ed08eb6c (patch) | |
tree | bfcc3311baa8b48ae0f58f285f954461737e95f0 /Documentation/admin-guide | |
parent | 73eb802ad97f814aa86d83cfd1d139cadbb4f0fb (diff) | |
download | linux-e80d89380c5a8553f208d002ee0f7877ed08eb6c.tar.xz |
docs: admin-guide: Remove threads-max auto-tuning
Since following path was merged in 5.4-rc3,
auto-tuning feature in threads-max does not exist any more.
Fix the admin-guide document as is.
kernel/sysctl.c: do not override max_threads provided by userspace
b0f53dbc4bc4c371f38b14c391095a3bb8a0bb40
Fixes: b0f53dbc4bc4 ("kernel/sysctl.c: do not override max_threads provided by userspace")
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/sysctl/kernel.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index 17a9daf7949d..def074807cee 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -1111,10 +1111,6 @@ constant FUTEX_TID_MASK (0x3fffffff). If a value outside of this range is written to threads-max an error EINVAL occurs. -The value written is checked against the available RAM pages. If the -thread structures would occupy too much (more than 1/8th) of the -available RAM pages threads-max is reduced accordingly. - unknown_nmi_panic: ================== |