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>
This commit is contained in:
parent
7b7e1b7b7f
commit
633708a4a4
|
@ -728,7 +728,7 @@ The default value is 60.
|
||||||
|
|
||||||
- user_reserve_kbytes
|
- 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.
|
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
|
This is intended to prevent a user from starting a single memory hogging
|
||||||
process, such that they cannot recover (kill the hog).
|
process, such that they cannot recover (kill the hog).
|
||||||
|
|
Loading…
Reference in New Issue