Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 299 Bytes

File metadata and controls

1 lines (1 loc) · 299 Bytes

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.