File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,9 @@ When using Docker:
181
181
flag in the `docker run` command.
182
182
183
183
- 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.
186
187
187
188
{{< note >}}
188
189
The default quota period is 100ms. The minimum resolution of CPU quota is 1ms.
You can’t perform that action at this time.
0 commit comments