mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
3fabb4d070
As runc binary grows in size over time (new features, more dependencies) some tests start to flake because of low memory limits. One such test is "runc run (cgroup v2 resources.unified override)"; it obviously fails because of 1M memory limit: > runc run failed: unable to start container process: container init was OOM-killed (memory limit too low?) Increase the limits 4x. Do the same for the "unified only" test. Fixes issue 5264. Reported-by: Kevin Berry <kpberry11@gmail.com> Reported-by: Ricardo Branco <rbranco@suse.de> Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>