mirror of https://github.com/containers/podman.git
				
				
				
			| This is an initial implementation of cgroup v2 support for pkg/cgroups. It currently works with crun, with this patch: https://github.com/giuseppe/crun/pull/49). It adds the pieces for: - set PID limit to 1 - retrieve stats so that "podman stats" work. the only missing part is the support for reading per CPU stats (that is cpuacct.usage_percpu on cgroup v1), so for now it always returns an empty result. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||
|---|---|---|
| .. | ||
| blkio.go | ||
| cgroups.go | ||
| cgroups_supported.go | ||
| cgroups_unsupported.go | ||
| cpu.go | ||
| cpuset.go | ||
| memory.go | ||
| pids.go | ||
| systemd.go | ||