numactl Command Examples

Control NUMA policy for processes or shared memory. More information: https://manned.org/numactl.

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

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

numactl --interleave={{all}} -- {{command}} {{command_arguments}}