We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dc007c + 67bae9e commit 05b0a82Copy full SHA for 05b0a82
modules/cnf-configuring-power-saving-for-nodes.adoc
@@ -24,7 +24,7 @@ The feature is supported on Intel Ice Lake and later generations of Intel CPUs.
24
[source,terminal,subs="attributes+"]
25
----
26
$ podman run --entrypoint performance-profile-creator -v \
27
-/must-gather:/must-gather:z registry.redhat.io/openshift4/ose-cluster-node-tuning-operator:v{product-version} \
+/must-gather:/must-gather:z registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator:v{product-version} \
28
--mcp-name=worker-cnf --reserved-cpu-count=20 --rt-kernel=true \
29
--split-reserved-cpus-across-numa=false --topology-manager-policy=single-numa-node \
30
--must-gather-dir-path /must-gather --power-consumption-mode=low-latency \ <1>
0 commit comments