1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00

CNV# 64080 - Documentation suggests annotating auto-memory-limits-ratio replace $

This commit is contained in:
Michael Burke
2025-07-08 15:13:35 -04:00
committed by openshift-cherrypick-robot
parent 2eb2751afe
commit 16706b3a34

View File

@@ -12,7 +12,7 @@ You can customize the memory limit ratio for a specific namespace by adding the
[source,terminal]
----
oc label ns/my-virtualization-project alpha.kubevirt.io/auto-memory-limits-ratio=1.2
$ oc label ns/my-virtualization-project alpha.kubevirt.io/auto-memory-limits-ratio=1.2
----
[WARNING]