File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,8 @@ The sum of their values will account for the total amount of reserved memory.
138
138
A new ` --reserved-memory ` flag was added to Memory Manager to allow for this total reserved memory
139
139
to be split (by a node administrator) and accordingly reserved across many NUMA nodes.
140
140
141
- The flag specifies a comma-separated list of memory reservations per NUMA node.
141
+ The flag specifies a comma-separated list of memory reservations of different memory types per NUMA node.
142
+ Memory reservations across multiple NUMA nodes can be specified using semicolon as separator.
142
143
This parameter is only useful in the context of the Memory Manager feature.
143
144
The Memory Manager will not use this reserved memory for the allocation of container workloads.
144
145
180
181
181
182
` --reserved-memory 0:memory=1Gi --reserved-memory 1:memory=2Gi `
182
183
184
+ or
185
+
186
+ ` --reserved-memory '0:memory=1Gi;1:memory=2Gi' `
187
+
183
188
When you specify values for ` --reserved-memory ` flag, you must comply with the setting that
184
189
you prior provided via Node Allocatable Feature flags.
185
190
That is, the following rule must be obeyed for each memory type:
@@ -215,7 +220,7 @@ Here is an example of a correct configuration:
215
220
--kube-reserved=cpu=4,memory=4Gi
216
221
--system-reserved=cpu=1,memory=1Gi
217
222
--memory-manager-policy=Static
218
- --reserved-memory 0:memory=3Gi --reserved-memory 1:memory=2148Mi
223
+ --reserved-memory ' 0:memory=3Gi; 1:memory=2148Mi'
219
224
```
220
225
221
226
Let us validate the configuration above:
You can’t perform that action at this time.
0 commit comments