diff options
author | Vratislav Bendel <vbendel@redhat.com> | 2022-08-29 15:46:38 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-10-10 22:35:55 +0300 |
commit | d17ff438a0366f9dcd764ea94c54837873f30724 (patch) | |
tree | 8dc8e49429b20903ee6f0ca4069bcd5f44c84c27 /Documentation/mm | |
parent | a3c12cf3a69150adb4a8fd199e4c78d4a9e65509 (diff) | |
download | linux-d17ff438a0366f9dcd764ea94c54837873f30724.tar.xz |
docs: mm: fix vm overcommit documentation for OVERCOMMIT_GUESS
Commit 8c7829b04c52 "mm: fix false-positive OVERCOMMIT_GUESS failures"
changed the behavior of the default OVERCOMMIT_GUESS setting.
Reflect the change also in the Documentation, namely files:
Documentation/admin-guide/sysctl/vm.rst
Documentation/mm/overcommit-accounting.rst
Reported-by: Jozef Bacik <jobacik@redhat.com>
Signed-off-by: Vratislav Bendel <vbendel@redhat.com>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20220829124638.63748-1-vbendel@redhat.com
Diffstat (limited to 'Documentation/mm')
-rw-r--r-- | Documentation/mm/overcommit-accounting.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/mm/overcommit-accounting.rst b/Documentation/mm/overcommit-accounting.rst index a4895d6fc1c2..e2263477f6d5 100644 --- a/Documentation/mm/overcommit-accounting.rst +++ b/Documentation/mm/overcommit-accounting.rst @@ -8,8 +8,7 @@ The Linux kernel supports the following overcommit handling modes Heuristic overcommit handling. Obvious overcommits of address space are refused. Used for a typical system. It ensures a seriously wild allocation fails while allowing overcommit to - reduce swap usage. root is allowed to allocate slightly more - memory in this mode. This is the default. + reduce swap usage. This is the default. 1 Always overcommit. Appropriate for some scientific |