mirror of
https://github.com/revumber/ananicy-rules
synced 2025-06-29 00:02:52 +02:00
8 lines
298 B
Text
8 lines
298 B
Text
# 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 }
|