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.
1 parent 9d59f4c commit e34e2a5Copy full SHA for e34e2a5
modules/cnf-deploying-the-numa-aware-scheduler.adoc
@@ -48,15 +48,14 @@ spec:
48
memory: "512Mi"
49
reservedMemory:
50
- numaNode: 0
51
- limits:
52
- memory: "1124Mi"
+ limits:
+ memory: "1124Mi"
53
systemReserved:
54
55
topologyManagerPolicy: "single-numa-node" <1>
56
- topologyManagerScope: "pod" <2>
+ topologyManagerScope: "pod"
57
----
58
-<1> `topologyManagerPolicy` must be set to `single-numa-node`.
59
-<2> `topologyManagerScope` must be set to pod.
+<1> Set the `topologyManagerPolicy` field to `single-numa-node`.
60
61
.. Create the `KubeletConfig` custom resource (CR) by running the following command:
62
+
0 commit comments