mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
[gamemode.ini] Add renice information about the user group.
This commit is contained in:
parent
160bf91665
commit
775c93001c
@ -23,6 +23,8 @@ softrealtime=off
|
|||||||
|
|
||||||
; GameMode can renice game processes. You can put any value between 0 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 (0 means no change). Defaults to 0.
|
; will be negated and applied as a nice value (0 means no change). Defaults to 0.
|
||||||
|
; To use this feature, the user must be added to the gamemode group (and then rebooted):
|
||||||
|
; sudo usermod -aG gamemode $(whoami)
|
||||||
renice=0
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user