ananicy-rules/00-cgroups.cgroups
Peter Jung cf702a1e82
fixup!
Signed-off-by: Peter Jung <admin@ptr1337.dev>
2022-10-01 23:26:53 +02:00

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 }