Skip to content

Commit 7ebe786

Browse files
authored
Merge pull request #62133 from amolnar-rh/OCPBUGS-11739
OCPBUGS-11739: Changed number of isolated/reserved CPUs
2 parents 5993d24 + e60c2e7 commit 7ebe786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cnf-tuning-nodes-for-low-latency-via-performanceprofile.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ metadata:
2828
name: performance
2929
spec:
3030
cpu:
31-
isolated: "5-15" <1>
32-
reserved: "0-4" <2>
31+
isolated: "4-15" <1>
32+
reserved: "0-3" <2>
3333
hugepages:
3434
defaultHugepagesSize: "1G"
3535
pages:
@@ -43,7 +43,7 @@ spec:
4343
nodeSelector:
4444
node-role.kubernetes.io/worker-cnf: "" <5>
4545
----
46-
<1> Use this field to isolate specific CPUs to use with application containers for workloads.
46+
<1> Use this field to isolate specific CPUs to use with application containers for workloads. Set an even number of isolated CPUs to enable the pods to run without errors when hyperthreading is enabled.
4747
<2> Use this field to reserve specific CPUs to use with infra containers for housekeeping.
4848
<3> Use this field to install the real-time kernel on the node. Valid values are `true` or `false`. Setting the `true` value installs the real-time kernel.
4949
<4> Use this field to configure the topology manager policy. Valid values are `none` (default), `best-effort`, `restricted`, and `single-numa-node`. For more information, see link:https://kubernetes.io/docs/tasks/administer-cluster/topology-manager/#topology-manager-policies[Topology Manager Policies].

0 commit comments

Comments
 (0)