mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-02 11:26:55 +02:00
config: Allow renice configuration
This commit adds configuration support for the renice value and amends documentation and examples. This commit by itself does nothing, the following commit is needed to actually apply the new settings. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
@@ -7,7 +7,7 @@ GameMode was designed primarily as a stop-gap solution to problems with the Inte
|
||||
|
||||
GameMode can leverage support for soft real time mode if the running kernel supports `SCHED_ISO`. This adjusts the scheduling of the game to real time without sacrificing system stability by starving other processes.
|
||||
|
||||
GameMode adjusts the nice priority of games to -4 to give it a slight IO and CPU priority over other background processes. This only works if your user is permitted to adjust priorities within the limits configured by PAM.
|
||||
GameMode adjusts the nice priority of games to -4 by default to give it a slight IO and CPU priority over other background processes. This only works if your user is permitted to adjust priorities within the limits configured by PAM. See `/etc/security/limits.conf`.
|
||||
|
||||
Issues with GameMode should be reported here in the issues section, and not reported to Feral directly.
|
||||
|
||||
|
Reference in New Issue
Block a user