diff options
author | Mel Gorman <mgorman@suse.de> | 2012-11-22 06:16:36 -0500 |
---|---|---|
committer | Mel Gorman <mgorman@suse.de> | 2012-12-11 09:42:55 -0500 |
commit | 1a687c2e9a99335c9e77392f050fe607fa18a652 (patch) | |
tree | 06df958bfdfeaf9f38f333af106b55faa81f1c6b /Documentation/kernel-parameters.txt | |
parent | b8593bfda1652755136333cdd362de125b283a9c (diff) |
mm: sched: numa: Control enabling and disabling of NUMA balancing
This patch adds Kconfig options and kernel parameters to allow the
enabling and disabling of automatic NUMA balancing. The existance
of such a switch was and is very important when debugging problems
related to transparent hugepages and we should have the same for
automatic NUMA placement.
Signed-off-by: Mel Gorman <mgorman@suse.de>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 9776f068306b..2e8d2625b814 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1996,6 +1996,9 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1996 | 1996 | ||
1997 | nr_uarts= [SERIAL] maximum number of UARTs to be registered. | 1997 | nr_uarts= [SERIAL] maximum number of UARTs to be registered. |
1998 | 1998 | ||
1999 | numa_balancing= [KNL,X86] Enable or disable automatic NUMA balancing. | ||
2000 | Allowed values are enable and disable | ||
2001 | |||
1999 | numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA. | 2002 | numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA. |
2000 | one of ['zone', 'node', 'default'] can be specified | 2003 | one of ['zone', 'node', 'default'] can be specified |
2001 | This can be set from sysctl after boot. | 2004 | This can be set from sysctl after boot. |