To guarantee that memory is appropriately allocated, and to ensure that memory
allocations do not fail, use the numactl command to select a memory policy that binds to
a specific NUMA node. Type man numactl for policy options. If you do
not specify a policy the system uses a default policy that typically allocates memory
on the node on which a process is executing.