Skip to content

Commit 3841ebd

Browse files
authored
Merge pull request #92424 from sr1kar99/2285-hardwaretuning-field
TELCODOCS#2285: Updated docs for hardwareTuning field to be more accurate
2 parents 5aae8c2 + aa8958f commit 3841ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ztp-recommended-cluster-kernel-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
You can use hardware tuning to tune CPU frequencies for reserved and isolated core CPUs.
3232
For FlexRAN like applications, hardware vendors recommend that you run CPU frequencies below the default provided frequencies.
3333
It is highly recommended that, before setting any frequencies, you refer to the hardware vendor’s guidelines for maximum frequency settings for your processor generation.
34-
This example shows the frequencies for reserved and isolated CPUs for Sapphire Rapid hardware:
34+
This example sets the frequencies for reserved and isolated CPUs to 2500 MHz:
3535
+
3636
[source,yaml]
3737
----
@@ -52,7 +52,7 @@ spec:
5252
enabled: true
5353
hardwareTuning:
5454
isolatedCpuFreq: 2500000
55-
reservedCpuFreq: 2800000
55+
reservedCpuFreq: 2500000
5656
----
5757
5858
. Ensure that the `performance-patch` profile in the `Tuned` CR configures the correct CPU isolation set that matches the `isolated` CPU set in the related `PerformanceProfile` CR, for example:

0 commit comments

Comments
 (0)