Skip to content

Commit 2ac2371

Browse files
rapsealkclaude
andcommitted
docs(changelog): Clarify when CpusetMems pinning actually applies
The optimization only fires when the CPU allocation fits on a single NUMA node. Under the default `INTERLEAVED` affinity policy, multi-core allocations spread across nodes and the change is a no-op. Make this explicit so operators know to pair the upgrade with `PREFER_SINGLE_NODE` if they want the latency win for multi-core workloads. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9a776d2 commit 2ac2371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

changes/11222.enhance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Pin container memory to the CPU's NUMA node via `CpusetMems` when the allocation is node-local.
1+
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.

0 commit comments

Comments
 (0)