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.md
+14
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,12 @@ For Linux-based systems, the `process` object supports the following process-spe
320
320
***`period`** (uint64, OPTIONAL) represents the length of the period in nanoseconds used for determining the process runtime, used by the deadline scheduler. If not set, the runtime must use the value 0.
321
321
***`selinuxLabel`** (string, OPTIONAL) specifies the SELinux label for the process.
322
322
For more information about SELinux, see [SELinux documentation][selinux].
323
+
***`ioPriority`** (object, OPTIONAL) configures the I/O priority settings for the container's processes within the process group.
324
+
The I/O priority settings will be automatically applied to the entire process group, affecting all processes within the container.
325
+
The following properties are available:
326
+
327
+
***`class`** (string, REQUIRED) specifies the I/O scheduling class. Possible values are `IOPRIO_CLASS_RT`, `IOPRIO_CLASS_BE`, and `IOPRIO_CLASS_IDLE`.
328
+
***`priority`** (int, REQUIRED) specifies the priority level within the class. The value should be an integer ranging from 0 (highest) to 7 (lowest).
323
329
324
330
### <aname="configUser" />User
325
331
@@ -361,6 +367,10 @@ _Note: symbolic name for uid and gid, such as uname and gname respectively, are
0 commit comments