Skip to content

Commit 69ab9fe

Browse files
Update content/en/blog/_posts/2024-08-22-cpumanager-static-policy-distributed-cpu-across-cores/index.md
Co-authored-by: divya-mohan0209 <[email protected]>
1 parent 37fea93 commit 69ab9fe

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/2024-08-22-cpumanager-static-policy-distributed-cpu-across-cores

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2024-08-22-cpumanager-static-policy-distributed-cpu-across-cores/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: >
99

1010
In Kubernetes v1.31, we are excited to introduce a significant enhancement to CPU management capabilities: the `distribute-cpus-across-cores` option for the [CPUManager static policy](/docs/tasks/administer-cluster/cpu-management-policies/#static-policy-options). This feature is currently in alpha and hidden by default, marking a strategic shift aimed at optimizing CPU utilization and improving system performance across multi-core processors.
1111

12-
## Understanding the Feature
12+
## Understanding the feature
1313

1414

1515
Traditionally, Kubernetes' CPUManager tends to allocate CPUs as compactly as possible, typically packing them onto the fewest number of physical cores. However, allocation strategy matters, CPUs on the same physical host still share some resources of the physical core, such as the cache and execution units, etc.

0 commit comments

Comments
 (0)