First Commit
This commit is contained in:
8
etc/ananicy.d/00-cgroups.cgroups
Normal file
8
etc/ananicy.d/00-cgroups.cgroups
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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 }
|
||||
Reference in New Issue
Block a user