gamemode: disable softrealtime

This commit is contained in:
Alexandre Cavalheiro 2024-08-27 01:36:40 -03:00
parent d54d01e85f
commit e27bb46a33
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -10,7 +10,7 @@ desiredgov=performance
; GameMode can change the scheduler policy to SCHED_ISO on kernels which support it (currently
; not supported by upstream kernels). Can be set to "auto", "on" or "off". "auto" will enable
; with 4 or more CPU cores. "on" will always enable. Defaults to "off".
softrealtime=auto
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.