Pin container memory to the CPU's NUMA node via CpusetMems when an allocation fits on a single node. Most effective with affinity_policy=PREFER_SINGLE_NODE; under the default INTERLEAVED policy, multi-core allocations will typically span nodes and fall back to the kernel's default placement.