diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-01-02 12:03:19 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-01-28 15:13:11 -0700 |
commit | 633708a4a4957f54a73e96a8f3f0cb616ce3b991 (patch) | |
tree | 048c7086456c5823ecdf57918fdf66b2fe02a616 /Documentation/sysctl/vm.txt | |
parent | 7b7e1b7b7f6f16862ba5bfe79f024139e61b6623 (diff) | |
download | linux-633708a4a4957f54a73e96a8f3f0cb616ce3b991.tar.gz linux-633708a4a4957f54a73e96a8f3f0cb616ce3b991.tar.bz2 linux-633708a4a4957f54a73e96a8f3f0cb616ce3b991.zip |
Documentation: mm: Fix typo in vm.txt
This patch fix a spelling typo in Documentation/sysctl/vm.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/sysctl/vm.txt')
-rw-r--r-- | Documentation/sysctl/vm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 4415aa915681..de3afef76837 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt @@ -728,7 +728,7 @@ The default value is 60. - user_reserve_kbytes -When overcommit_memory is set to 2, "never overommit" mode, reserve +When overcommit_memory is set to 2, "never overcommit" mode, reserve min(3% of current process size, user_reserve_kbytes) of free memory. This is intended to prevent a user from starting a single memory hogging process, such that they cannot recover (kill the hog). |