Skip to content

Commit add3441

Browse files
committed
Update manage-resources-containers.md
Warn people about mistaking "M" suffix for "m" when setting resource limits #30499
1 parent dfd0f41 commit add3441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ CPU is always requested as an absolute quantity, never as a relative quantity;
116116

117117
Limits and requests for `memory` are measured in bytes. You can express memory as
118118
a plain integer or as a fixed-point number using one of these suffixes:
119-
E, P, T, G, M, k. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi,
119+
E, P, T, G, M, k, m (millis). You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi,
120120
Mi, Ki. For example, the following represent roughly the same value:
121121

122122
```shell
123-
128974848, 129e6, 129M, 123Mi
123+
128974848, 129e6, 129M, 128974848000m, 123Mi
124124
```
125125

126126
Here's an example.

0 commit comments

Comments
 (0)