diff options
Diffstat (limited to 'Documentation/sysctl/vm.txt')
-rw-r--r-- | Documentation/sysctl/vm.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 1fbd4eb7b64a..9f5481bdc5a4 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt | |||
@@ -47,6 +47,7 @@ Currently, these files are in /proc/sys/vm: | |||
47 | - numa_zonelist_order | 47 | - numa_zonelist_order |
48 | - oom_dump_tasks | 48 | - oom_dump_tasks |
49 | - oom_kill_allocating_task | 49 | - oom_kill_allocating_task |
50 | - overcommit_kbytes | ||
50 | - overcommit_memory | 51 | - overcommit_memory |
51 | - overcommit_ratio | 52 | - overcommit_ratio |
52 | - page-cluster | 53 | - page-cluster |
@@ -574,6 +575,17 @@ The default value is 0. | |||
574 | 575 | ||
575 | ============================================================== | 576 | ============================================================== |
576 | 577 | ||
578 | overcommit_kbytes: | ||
579 | |||
580 | When overcommit_memory is set to 2, the committed address space is not | ||
581 | permitted to exceed swap plus this amount of physical RAM. See below. | ||
582 | |||
583 | Note: overcommit_kbytes is the counterpart of overcommit_ratio. Only one | ||
584 | of them may be specified at a time. Setting one disables the other (which | ||
585 | then appears as 0 when read). | ||
586 | |||
587 | ============================================================== | ||
588 | |||
577 | overcommit_memory: | 589 | overcommit_memory: |
578 | 590 | ||
579 | This value contains a flag that enables memory overcommitment. | 591 | This value contains a flag that enables memory overcommitment. |