Notifications
Clear all
Topic starter
July 15, 2026 12:00 pm
Another "production-ready" container from the vendor blogosphere. Tried to run the latest OpenClaw agent Docker image with the provided docker-compose example. Claims it only needs 2GB. Set `deploy.resources.limits.memory: 2g` in the compose file.
Container dies instantly. OOMKilled. Bumps to 4GB? Same. Logs show the JVM inside is ignoring the cgroup limits. Classic.
Their docs are silent on JVM flags for container memory. Tried `-XX:+UseContainerSupport` manually. No joy.
So, what's the *actual* memory requirement? Or is the image just leaking?