You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config-linux.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,6 +365,9 @@ The following parameters can be specified to set up the controller:
365
365
366
366
***`shares`***(uint64, OPTIONAL)* - specifies a relative share of CPU time available to the tasks in a cgroup
367
367
***`quota`***(int64, OPTIONAL)* - specifies the total amount of time in microseconds for which all tasks in a cgroup can run during one period (as defined by **`period`** below)
368
+
If specified with any (valid) positive value, it MUST be no smaller than `burst` (runtimes MAY generate an error).
369
+
***`burst`***(uint64, OPTIONAL)* - specifies the maximum amount of accumulated time in microseconds for which all tasks in a cgroup can run additionally for burst during one period (as defined by **`period`** below)
370
+
If specified, this value MUST be no larger than any positive `quota` (runtimes MAY generate an error).
368
371
***`period`***(uint64, OPTIONAL)* - specifies a period of time in microseconds for how regularly a cgroup's access to CPU resources should be reallocated (CFS scheduler only)
369
372
***`realtimeRuntime`***(int64, OPTIONAL)* - specifies a period of time in microseconds for the longest continuous period in which the tasks in a cgroup have access to CPU resources
370
373
***`realtimePeriod`***(uint64, OPTIONAL)* - same as **`period`** but applies to realtime scheduler only
@@ -378,6 +381,7 @@ The following parameters can be specified to set up the controller:
0 commit comments