github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/cgroups.md (about) 1 ####> This option file is used in: 2 ####> podman create, run 3 ####> If file is edited, make sure the changes 4 ####> are applicable to all of those. 5 #### **--cgroups**=*how* 6 7 Determines whether the container creates CGroups. 8 9 Default is **enabled**. 10 11 The **enabled** option creates a new cgroup under the cgroup-parent. 12 The **disabled** option forces the container to not create CGroups, and thus conflicts with CGroup options (**--cgroupns** and **--cgroup-parent**). 13 The **no-conmon** option disables a new CGroup only for the **conmon** process. 14 The **split** option splits the current CGroup in two sub-cgroups: one for conmon and one for the container payload. It is not possible to set **--cgroup-parent** with **split**.