types: Update some values

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung 2023-02-18 13:42:58 +01:00
parent 623d777e3a
commit dd70c638a1
No known key found for this signature in database
GPG key ID: C3C4820857F654FE

View file

@ -19,11 +19,11 @@
# Type: BackGround CPU/IO Load # Type: BackGround CPU/IO Load
# Background CPU/IO it's needed, but it must be as silent as possible # Background CPU/IO it's needed, but it must be as silent as possible
{ "type": "BG_CPUIO", "nice": 19, "ioclass": "idle", "sched": "idle", "latency_nice": 15 } { "type": "BG_CPUIO", "nice": 16, "ioclass": "idle", "sched": "idle", "latency_nice": 11 }
# Type: Heavy CPU Load # Type: Heavy CPU Load
# It must work fast enough but must not create so much noise # It must work fast enough but must not create so much noise
{ "type": "Heavy_CPU", "nice": 19, "ioclass": "best-effort", "ionice": 7, "latency_nice": 15 } { "type": "Heavy_CPU", "nice": 9, "ioclass": "best-effort", "ionice": 7, "latency_nice": 9 }
# Type: Chat # Type: Chat
{ "type": "Chat", "nice": -3, "ioclass": "best-effort", "ionice": 7 , "latency_nice": -3 } { "type": "Chat", "nice": -3, "ioclass": "best-effort", "ionice": 7 , "latency_nice": -3 }