First Commit

This commit is contained in:
2025-11-18 23:00:30 -07:00
parent 4117d0afcf
commit f5a3c78aee
15 changed files with 1105 additions and 0 deletions

View 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 }