github.com/AbhinandanKurakure/podman/v3@v3.4.10/libpod/oci_conmon.go (about)

     1  package libpod
     2  
     3  const (
     4  	// cgroupSplit is the cgroup mode for reusing the current cgroup both
     5  	// for conmon and for the container payload.
     6  	cgroupSplit = "split"
     7  )