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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,14 +356,14 @@ The following parameters can be specified to setup the controller:
356
356
357
357
***`blkioLeafWeight`***(uint16, OPTIONAL)* - equivalents of `blkioWeight` for the purpose of deciding how much weight tasks in the given cgroup has while competing with the cgroup's child cgroups. The range is from 10 to 1000.
358
358
359
-
***`blkioWeightDevice`***(array, OPTIONAL)* - specifies the list of devices which will be bandwidth rate limited. The following parameters can be specified per-device:
359
+
***`blkioWeightDevice`***(array of objects, OPTIONAL)* - specifies the list of devices which will be bandwidth rate limited. The following parameters can be specified per-device:
360
360
***`major, minor`***(int64, REQUIRED)* - major, minor numbers for device. More info in `man mknod`.
361
361
***`weight`***(uint16, OPTIONAL)* - bandwidth rate for the device, range is from 10 to 1000
362
362
***`leafWeight`***(uint16, OPTIONAL)* - bandwidth rate for the device while competing with the cgroup's child cgroups, range is from 10 to 1000, CFQ scheduler only
363
363
364
364
You must specify at least one of `weight` or `leafWeight` in a given entry, and can specify both.
365
365
366
-
***`blkioThrottleReadBpsDevice`**, **`blkioThrottleWriteBpsDevice`**, **`blkioThrottleReadIOPSDevice`**, **`blkioThrottleWriteIOPSDevice`***(array, OPTIONAL)* - specify the list of devices which will be IO rate limited.
366
+
***`blkioThrottleReadBpsDevice`**, **`blkioThrottleWriteBpsDevice`**, **`blkioThrottleReadIOPSDevice`**, **`blkioThrottleWriteIOPSDevice`***(array of objects, OPTIONAL)* - specify the list of devices which will be IO rate limited.
367
367
The following parameters can be specified per-device:
368
368
***`major, minor`***(int64, REQUIRED)* - major, minor numbers for device. More info in `man mknod`.
369
369
***`rate`***(uint64, REQUIRED)* - IO rate limit for the device
@@ -436,7 +436,7 @@ The following parameters can be specified to setup the controller:
436
436
437
437
***`classID`***(uint32, OPTIONAL)* - is the network class identifier the cgroup's network packets will be tagged with
438
438
439
-
***`priorities`***(array, OPTIONAL)* - specifies a list of objects of the priorities assigned to traffic originating from processes in the group and egressing the system on various interfaces.
439
+
***`priorities`***(array of objects, OPTIONAL)* - specifies a list of objects of the priorities assigned to traffic originating from processes in the group and egressing the system on various interfaces.
440
440
The following parameters can be specified per-priority:
441
441
***`name`***(string, REQUIRED)* - interface name
442
442
***`priority`***(uint32, REQUIRED)* - priority applied to the interface
0 commit comments