Hostityourself/builder
Claude ffe76144fb
Fix container start failure on Pi: disable cgroup swap limit
Raspberry Pi OS does not enable swap accounting in cgroups by default,
so the memory.swap.max cgroup v2 file does not exist.  Setting --memory
without --memory-swap causes runc to write a swap limit to that file,
which fails with ENOENT.

Adding --memory-swap=-1 tells runc to leave swap unlimited, skipping
the memory.swap.max write entirely.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-22 11:02:58 +00:00
..
build.sh Fix container start failure on Pi: disable cgroup swap limit 2026-03-22 11:02:58 +00:00