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:
Kai Krakow
2018-06-10 09:33:02 +02:00
parent addfe1fbc0
commit 57c6bbb444
5 changed files with 25 additions and 1 deletions

View File

@@ -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.