diff options
| author | Prashant Dhamdhere <pdhamdhe@redhat.com> | 2018-07-20 09:35:00 -0400 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2018-07-26 18:24:16 -0400 |
| commit | d1634e1aedbc7c30fbba819f8f4fb37df076f49c (patch) | |
| tree | 03f226d953de581de3fe62a531ce8534823e0e05 /Documentation/sysctl | |
| parent | 1497624fffab130608a8f2825f47fb8231a90355 (diff) | |
Documentation: vm.txt: Adding 'nr_hugepages_mempolicy' parameter description.
This patch adds 'nr_hugepages_mempolicy' parameter which is currently missing
in 'vm.txt' file. It also contains a short description of 'nr_hugepages_mempolicy'
parameter.
Signed-off-by: Prashant Dhamdhere <pdhamdhe@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/sysctl')
| -rw-r--r-- | Documentation/sysctl/vm.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 960e82759ffb..e72853b6d725 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt | |||
| @@ -45,6 +45,7 @@ Currently, these files are in /proc/sys/vm: | |||
| 45 | - mmap_rnd_bits | 45 | - mmap_rnd_bits |
| 46 | - mmap_rnd_compat_bits | 46 | - mmap_rnd_compat_bits |
| 47 | - nr_hugepages | 47 | - nr_hugepages |
| 48 | - nr_hugepages_mempolicy | ||
| 48 | - nr_overcommit_hugepages | 49 | - nr_overcommit_hugepages |
| 49 | - nr_trim_pages (only if CONFIG_MMU=n) | 50 | - nr_trim_pages (only if CONFIG_MMU=n) |
| 50 | - numa_zonelist_order | 51 | - numa_zonelist_order |
| @@ -532,6 +533,15 @@ See Documentation/admin-guide/mm/hugetlbpage.rst | |||
| 532 | 533 | ||
| 533 | ============================================================== | 534 | ============================================================== |
| 534 | 535 | ||
| 536 | nr_hugepages_mempolicy | ||
| 537 | |||
| 538 | Change the size of the hugepage pool at run-time on a specific | ||
| 539 | set of NUMA nodes. | ||
| 540 | |||
| 541 | See Documentation/admin-guide/mm/hugetlbpage.rst | ||
| 542 | |||
| 543 | ============================================================== | ||
| 544 | |||
| 535 | nr_overcommit_hugepages | 545 | nr_overcommit_hugepages |
| 536 | 546 | ||
| 537 | Change the maximum size of the hugepage pool. The maximum is | 547 | Change the maximum size of the hugepage pool. The maximum is |
