Skip to content

Commit

Permalink
types: Update some values
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <admin@ptr1337.dev>
  • Loading branch information
ptr1337 committed Feb 18, 2023
1 parent 623d777 commit dd70c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 00-types.types
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit dd70c63

Please sign in to comment.