types: Adjust some rules

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung 2024-05-10 13:57:39 +02:00
parent 5459ed81c0
commit 1826cf4520
No known key found for this signature in database
GPG key ID: C3C4820857F654FE

View file

@ -1,7 +1,7 @@
# Type: Game
# Use more CPU time if possible
# Games do not always need more IO, but in most cases can be hungry for CPU
{ "type": "Game", "nice": -7, "ioclass": "best-effort", "latency_nice": -7 }
{ "type": "Game", "nice": -5, "ioclass": "best-effort", "latency_nice": -5 }
# Type: Player Audio/Video
# Try to add more CPU power to decrease latency/lags
@ -15,7 +15,7 @@
# Type: Low Latency Realtime Apps
# In general case not so heavy, but must not lag
{ "type": "LowLatency_RT", "nice": -9, "ioclass": "best-effort", "latency_nice": -9 }
{ "type": "LowLatency_RT", "nice": -12, "ioclass": "best-effort", "latency_nice": -9 }
# Type: BackGround CPU/IO Load
# Background CPU/IO it's needed, but it must be as silent as possible