numactl

Control NUMA policy for processes or shared memory. More information: https://man7.org/linux/man-pages/man8/numactl.8.html.

numactl --cpunodebind=0 --membind=0,1 -- command command_arguments

numactl --physcpubind=+0-4,8-12 -- command command_arguments

numactl --interleave=all -- command command_arguments