Change some type values

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung 2022-11-19 22:17:55 +01:00
parent 5cbc9f9e31
commit 4ba9649f16
No known key found for this signature in database
GPG key ID: C3C4820857F654FE
2 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1 @@
{ "name": "rsync", "type": "BG_CPUIO" }

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": -11 }
{ "type": "Game", "nice": -7, "ioclass": "best-effort", "latency_nice": -7 }
# 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": -13, "ioclass": "realtime", "latency_nice": -13 }
{ "type": "LowLatency_RT", "nice": -9, "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
@ -26,10 +26,10 @@
{ "type": "Heavy_CPU", "nice": 19, "ioclass": "best-effort", "ionice": 7, "cgroup": "cpu90" , "latency_nice": 15 }
# Type: Chat
{ "type": "Chat", "nice": -3, "ioclass": "best-effort", "ionice": 7 , "latency_nice": -4 }
{ "type": "Chat", "nice": -3, "ioclass": "best-effort", "ionice": 7 , "latency_nice": -3 }
# Type: Compiler
{ "type":"compiler", "nice": 3, "latency_nice": 3 }
{ "type":"compiler", "nice": 9, "latency_nice": 9 }
# Type: Service
{ "type": "Service", "nice": 10, "ioclass": "best-effort", "ionice": 6 , "latency_nice": 10 }