mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Elasticsearch service silently terminates because of OOM. Add memory requirements according to the official page "Install Elasticsearch with Docker": ```docker run -m 1GB ...```