Manage control groups (cgroups) via chef!
- Debian 12
- Ubuntu 24.04
See LIMITATIONS.md for the researched support policy and unsupported platforms.
Current unit verification passes on this repository. The Kitchen suites (default, entry, and rule) run on Debian 12 and Ubuntu 24.04 with manage_runtime false because Dokken/cgroup-v2 containers cannot start the legacy libcgroup mount workflow. See LIMITATIONS.md for the runtime caveat.
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.
control_groups_install 'default'
control_groups_entry 'lackresources' do
memory('memory.max' => '1048576')
cpu('cpu.max' => '10000 100000')
end
control_groups_rule 'someuser' do
controllers %w(cpu memory)
destination 'lackresources'
endThis will restrict all processes created by someuser into the lackresources control group.
This project exists thanks to all the people who contribute.
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.