Adjust renice documentation

This commit is contained in:
Alex Smith 2019-03-14 15:11:10 +00:00
parent 2ab46df4c3
commit 4306660918

View File

@ -10,11 +10,11 @@ defaultgov=powersave
; GameMode can change the scheduler policy to SCHED_ISO on kernels which support it (currently ; GameMode can change the scheduler policy to SCHED_ISO on kernels which support it (currently
; not supported by upstream kernels). Can be set to "auto", "on" or "off". "auto" will enable ; not supported by upstream kernels). Can be set to "auto", "on" or "off". "auto" will enable
; with 4 or more CPU cores. "on" will always enable. Defaults to "off". ; with 4 or more CPU cores. "on" will always enable. Defaults to "off".
;softrealtime=off softrealtime=off
; GameMode can renice game processes. You can put any value between 1 and 20 here, the value ; GameMode can renice game processes. You can put any value between 0 and 20 here, the value
; will be negated and applied as a nice value. ; will be negated and applied as a nice value (0 means no change). Defaults to 0.
;renice=4 renice=0
; By default, GameMode adjusts the iopriority of clients to BE/0, you can put any value ; By default, GameMode adjusts the iopriority of clients to BE/0, you can put any value
; between 0 and 7 here (with 0 being highest priority), or one of the special values ; between 0 and 7 here (with 0 being highest priority), or one of the special values