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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,15 +344,15 @@ The following parameters can be specified to setup the controller:
344
344
***`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.
345
345
346
346
***`blkioWeightDevice`***(array of objects, OPTIONAL)* - specifies the list of devices which will be bandwidth rate limited. The following parameters can be specified per-device:
347
-
***`major, minor`***(int64, REQUIRED)* - major, minor numbers for device. More info in `man mknod`.
347
+
***`major, minor`***(int64, REQUIRED)* - major, minor numbers for device. More info in [mknod(1)][mknod.1]man page.
348
348
***`weight`***(uint16, OPTIONAL)* - bandwidth rate for the device.
349
349
***`leafWeight`***(uint16, OPTIONAL)* - bandwidth rate for the device while competing with the cgroup's child cgroups, CFQ scheduler only
350
350
351
351
You MUST specify at least one of `weight` or `leafWeight` in a given entry, and MAY specify both.
352
352
353
353
***`blkioThrottleReadBpsDevice`**, **`blkioThrottleWriteBpsDevice`**, **`blkioThrottleReadIOPSDevice`**, **`blkioThrottleWriteIOPSDevice`***(array of objects, OPTIONAL)* - specify the list of devices which will be IO rate limited.
354
354
The following parameters can be specified per-device:
355
-
***`major, minor`***(int64, REQUIRED)* - major, minor numbers for device. More info in `man mknod`.
355
+
***`major, minor`***(int64, REQUIRED)* - major, minor numbers for device. More info in [mknod(1)][mknod.1]man page.
356
356
***`rate`***(uint64, REQUIRED)* - IO rate limit for the device
0 commit comments