mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This fixes behaviour where a Docker image with a memory limit would immediately OOM, as it would not detect the container's memory limit, only the host's. Fixes: #29794