From 775c93001c0fefbfe0cafb3f93af4c86893185fb Mon Sep 17 00:00:00 2001 From: begin-theadventure <99835765+begin-theadventure@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:30:49 +0200 Subject: [PATCH] [gamemode.ini] Add renice information about the user group. --- example/gamemode.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/gamemode.ini b/example/gamemode.ini index 7b9abbe3..5cda9650 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -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