Numa Memory Allocation and Scheduler Support

modulename: numa.ko

and/or

node.ko

and/or

mempolicy.ko

configname: CONFIG_NUMA

Linux Kernel Configuration
└─>Processor type and features
└─>Numa Memory Allocation and Scheduler Support
In linux kernel since version 2.6.12  
Enable NUMA (Non Uniform Memory Access) support.

The kernel will try to allocate memory used by a CPU on the
local memory controller of the CPU and add some more
NUMA awareness to the kernel.

For 64-bit this is recommended if the system is Intel Core i7
(or later), AMD Opteron, or EM64T NUMA.

For 32-bit this is only needed on (rare) 32-bit-only platforms
that support NUMA topologies, such as NUMAQ / Summit, or if you
boot a 32-bit kernel on a 64-bit NUMA platform.

Otherwise, you should say N.

depends
CONFIG_SMP
CONFIG_X86_64 or CONFIG_EXPERIMENTAL
CONFIG_HIGHMEM64G
CONFIG_X86_32
CONFIG_X86_BIGSMP or CONFIG_X86_NUMAQ or CONFIG_ACPI
CONFIG_X86_SUMMIT