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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -418,7 +418,9 @@ The following parameters can be specified to set up the controller:
418
418
### <aname="configLinuxBlockIO" />Block IO
419
419
420
420
**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block IO controller.
421
-
For more information, see the kernel cgroups documentation about [blkio][cgroup-v1-blkio].
421
+
For more information, see the kernel cgroups documentation about [blkio][cgroup-v1-blkio] of cgroup v1 or [io][cgroup-v2-io] of cgroup v2, .
422
+
423
+
Note that I/O throttling settings in cgroup v1 apply only to Direct I/O due to kernel implementation constraints, while this limitation does not exist in cgroup v2.
422
424
423
425
The following parameters can be specified to set up the controller:
424
426
@@ -954,6 +956,7 @@ subset of the available options.
0 commit comments