mirror of
https://github.com/moby/moby.git
synced 2026-07-17 13:01:51 +00:00
full diff: https://github.com/containerd/cgroups/compare/v3.0.1...v3.0.2 relevant changes: - cgroup2: only enable the cpuset controller if cpus or mems is specified - cgroup1 delete: proceed to the next subsystem when a cgroup is not found - Cgroup2: Reduce allocations for manager.Stat - Improve performance by for pid stats (cgroups1) re-using readuint - Reduce allocs in ReadUint64 by pre-allocating byte buffer - cgroup2: rm/simplify some code Signed-off-by: Sebastiaan van Stijn <github@gone.nl>