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
io priority was set with process priority values instead of io priority values.
Also, setting process/io priority now shows proper access denied when not allowed to.
Also, allow case insensitive priority settings.
`command_runner` can set it's subprocess priority to 'low', 'medium' or 'high', which translate to 15, 0, -15 niceness on Linux and BELOW_NORMAL_PRIORITY_CLASS and HIGH_PRIORITY_CLASS in Windows.
407
+
`command_runner` can set it's subprocess priority to 'low', 'normal' or 'high', which translate to 15, 0, -15 niceness on Linux and BELOW_NORMAL_PRIORITY_CLASS and HIGH_PRIORITY_CLASS in Windows.
408
+
On Linux, you may also directly use priority with niceness int values.
408
409
409
-
The same applies to IO bound priority.
410
+
You may also set subprocess io priority to 'low', 'normal' or 'high'.
0 commit comments