File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,12 @@ this is a requirement of threaded cgroups: either a cgroup and all its siblings
254254are threaded or none –, but systemd expects it to be a regular cgroup. Thus you
255255have to nest a second cgroup beneath it which then can be threaded.)
256256
257+ Finally, if you turn on cgroup delegation with ` Delegate=yes ` , systemd will make
258+ the requested controllers available to your service or scope, but won't actually
259+ enable them. Currently you have to do that manually by writing to
260+ ` cgroup.subtree_control ` within your delegated cgroup (e.g. write ` +memory ` to
261+ enable the memory controller).
262+
257263## Three Scenarios
258264
259265Let's say you write a container manager, and you wonder what to do regarding
You can’t perform that action at this time.
0 commit comments