Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ananicy.d/00-cgroups.cgroups
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
# only difference is - meaning of N% is all CPUs, not one core.
{ "cgroup": "cpu90", "CPUQuota": 90 }
{ "cgroup": "cpu80", "CPUQuota": 80 }

# group for high priority processes with fairly low cpu usage.
# This limits their cpu usage to avoid hungups, if they crash
{ "cgroup": "cpu30", "CPUQuota": 30 }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "easyeffects", "type": "audio-effect"}
2 changes: 2 additions & 0 deletions ananicy.d/00-types.types
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

{"type":"audio-server"}

{"type":"audio-effect", "nice":-10, "cgroup":"cpu30"}

{"type":"chat"}

{"type":"common-utility"}
Expand Down