We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36592ac commit dbb865bCopy full SHA for dbb865b
linux/LinuxProcess.c
@@ -139,7 +139,7 @@ void Process_delete(Object* cast) {
139
an io priority formally uses "none" as scheduling class, but the
140
io scheduler will treat such processes as if it were in the best
141
effort class. The priority within the best effort class will be
142
-dynamically derived from the cpu nice level of the process:
+dynamically derived from the cpu nice level of the process:
143
io_priority = (cpu_nice + 20) / 5. -- From ionice(1) man page
144
*/
145
static int LinuxProcess_effectiveIOPriority(const LinuxProcess* this) {
0 commit comments