]> www.infradead.org Git - users/jedix/linux-maple.git/commit
uek-rpm: disable CONFIG_NUMA_BALANCING_DEFAULT_ENABLED
authorFred Herard <fred.herard@oracle.com>
Thu, 2 Nov 2017 17:14:53 +0000 (10:14 -0700)
committerFred Herard <fred.herard@oracle.com>
Fri, 3 Nov 2017 19:34:47 +0000 (12:34 -0700)
commit7b59f31ecee6f8596eee5b4d18befbf2f5b2462c
tree0be4205cd2b428b20aab385d746db8fd3153455a
parentd7b1c07b107ba52a66b85d3fe91c12d56d83514d
uek-rpm: disable CONFIG_NUMA_BALANCING_DEFAULT_ENABLED

Orabug: 26798697

This commit disables automatic NUMA balancing by default.
Numerous customers have experienced high iowait due to
oracle db processes sitting in D state on wait_on_page_bit()
because memory pages containing data segment of the oracle
db processes are migrated aggressively across NUMA nodes.

The solution is to disable automatic NUMA balancing by
default until NUMA balancing algorithm is modified to
address this issue.  Note that NUMA balancing may
still be enabled with this change by setting
kernel.numa_balancing=1 (e.g. via sysctl).

Signed-off-by: Fred Herard <fred.herard@oracle.com>
Reviewed-by: Srinivas Eeda <srinivas.eeda@oracle.com>
uek-rpm/ol6/config-x86_64
uek-rpm/ol6/config-x86_64-debug
uek-rpm/ol7/config-x86_64
uek-rpm/ol7/config-x86_64-debug