Skip to content

Commit ac66d3c

Browse files
authored
Merge pull request #61043 from kquinn1204/OCPBUGS-11113
OCPBUGS-11113 making clarification about add the annotation cpu-quota…
2 parents 483ee9c + 1ae0f71 commit ac66d3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

modules/cnf-configuring-workload-hints.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@
2626
----
2727
<1> If `highPowerConsumption` is `true`, the node is tuned for very low latency at the cost of increased power consumption.
2828
<2> Disables some debugging and monitoring features that can affect system latency.
29+
30+
[NOTE]
31+
====
32+
When the `realTime` workload hint flag is set to `true` in a performance profile, add the `cpu-quota.crio.io: disable` annotation to every guaranteed pod with pinned CPUs. This annotation is necessary to prevent the degradation of the process performance within the pod.
33+
====

scalability_and_performance/cnf-low-latency-tuning.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@ include::modules/cnf-understanding-workload-hints.adoc[leveloffset=+2]
4848
[role="_additional-resources"]
4949
.Additional resources
5050

51-
* For information on using the Performance Profile Creator (PPC) to generate a performance profile, see xref:../scalability_and_performance/cnf-create-performance-profiles.adoc#cnf-create-performance-profiles[Creating a performance profile].
51+
* For information about using the Performance Profile Creator (PPC) to generate a performance profile, see xref:../scalability_and_performance/cnf-create-performance-profiles.adoc#cnf-create-performance-profiles[Creating a performance profile].
5252
5353
include::modules/cnf-configuring-workload-hints.adoc[leveloffset=+2]
5454

55+
[role="_additional-resources"]
56+
.Additional resources
57+
58+
* For information about reducing CPU throttling for individual guaranteed pods, see xref:../scalability_and_performance/cnf-low-latency-tuning.adoc#disabling-cpu-cfs-quota_cnf-master[Disabling CPU CFS quota].
59+
5560
include::modules/cnf-cpu-infra-container.adoc[leveloffset=+2]
5661

5762
[role="_additional-resources"]

0 commit comments

Comments
 (0)