Skip to content

Commit 41739e9

Browse files
Jeffwanklueska
andauthored
Update keps/sig-node/4176-cpumanager-spread-cpus-preferred-policy/README.md
Co-authored-by: Kevin Klues <[email protected]>
1 parent 4d7f4f5 commit 41739e9

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/4176-cpumanager-spread-cpus-preferred-policy

1 file changed

+1
-1
lines changed

keps/sig-node/4176-cpumanager-spread-cpus-preferred-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The "Design Details" section below is for the real
208208
nitty-gritty.
209209
-->
210210

211-
We propose to add a new `CPUManager` policy option called `spread-physical-cpus-preferred` to the static CPUManager policy. When enabled, this will trigger the CPUManager to try to allocate CPUs across physical nodes as much as possible.
211+
We propose to add a new `CPUManager` policy option called `distribute-cpus-across-cores` to the static CPUManager policy. When enabled, this will trigger the CPUManager to try to allocate CPUs across physical cores as much as possible. It will not prohibit a CPU from being allocated on a core that already has a CPU allocated, but it will only resort to doing so once there is no other option.
212212

213213
### User Stories (Optional)
214214

0 commit comments

Comments
 (0)