Skip to content

Commit dd14c22

Browse files
authored
Merge pull request #29247 from sanmai/patch-1
Update Managing Resources to mention the measure of CPU time
2 parents de92339 + 9ca04a1 commit dd14c22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,9 @@ When using Docker:
181181
flag in the `docker run` command.
182182

183183
- The `spec.containers[].resources.limits.cpu` is converted to its millicore value and
184-
multiplied by 100. The resulting value is the total amount of CPU time that a container can use
185-
every 100ms. A container cannot use more than its share of CPU time during this interval.
184+
multiplied by 100. The resulting value is the total amount of CPU time in microseconds
185+
that a container can use every 100ms. A container cannot use more than its share of
186+
CPU time during this interval.
186187

187188
{{< note >}}
188189
The default quota period is 100ms. The minimum resolution of CPU quota is 1ms.

0 commit comments

Comments
 (0)