mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-21 02:56:29 +00:00
When Meilisearch runs inside a container (e.g. Docker or Kubernetes) it may run with less max memory than the available on the host, e.g. `docker run --memory 1G ...` Fixes #5616 Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>