mirror of
https://github.com/revumber/ananicy-rules
synced 2024-09-08 18:10:30 +02:00
cf702a1e82
Signed-off-by: Peter Jung <admin@ptr1337.dev>
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
# Cgroups definitions
|
|
# Currently very simple, only for group CPU intensive tasks
|
|
|
|
# cpuquota same as systemd CPUQuota,
|
|
# only difference is - meaning of N% is all CPUs, not one core.
|
|
{ "cgroup": "cpu90", "CPUQuota": 90 }
|
|
{ "cgroup": "cpu85", "CPUQuota": 85 }
|
|
{ "cgroup": "cpu80", "CPUQuota": 80 }
|