Skip to content

Commit

Permalink
[gamemode.ini] Add renice information about the user group.
Browse files Browse the repository at this point in the history
  • Loading branch information
begin-theadventure authored and afayaz-feral committed Dec 4, 2023
1 parent 160bf91 commit 775c930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/gamemode.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ softrealtime=off

; 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.
; To use this feature, the user must be added to the gamemode group (and then rebooted):
; sudo usermod -aG gamemode $(whoami)
renice=0

; By default, GameMode adjusts the iopriority of clients to BE/0, you can put any value
Expand Down

0 comments on commit 775c930

Please sign in to comment.