Skip to content

Commit 4e7a196

Browse files
committed
config-linux: allow lazy cgroup handling
Make explicit that runtimes only have to attach to the bare minimum number of cgroups in order to fulfil the users' requirements. However, runtimes are of course allowed to attach to more than the bare minimum. Signed-off-by: Aleksa Sarai <asarai@suse.de>
1 parent 5942b00 commit 4e7a196

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config-linux.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ The Spec does not include naming schema for cgroups.
169169
The Spec does not support [split hierarchy][cgroup-v2].
170170
The cgroups will be created if they don't exist.
171171

172+
A runtime MUST at least use the minimum set of cgroups required to fulfil the resource restrictions specified by `config.json`.
173+
However, a runtime CAN decide to not attach to all cgroups supported by the system.
174+
172175
###### Example
173176

174177
```json

0 commit comments

Comments
 (0)