diff --git a/00-types.types b/00-types.types index e11fe7e..b394869 100644 --- a/00-types.types +++ b/00-types.types @@ -19,11 +19,11 @@ # Type: BackGround CPU/IO Load # 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 # 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", "nice": -3, "ioclass": "best-effort", "ionice": 7 , "latency_nice": -3 }