Unanswered
Hi!
I Have Noticed That Clearml-Elastic Container Consumes 32.82Gib Memory. This Seems
Last time I tried docker compose, elastic take a lot of RAM !!
You need to limit its RAM usage with mem_limit
:
[...]
elasticsearch:
networks:
- backend
container_name: clearml-elastic
mem_limit: 2g
environment:
bootstrap.memory_lock: "true"
cluster.name: clearml
[...]
10 Views
0
Answers
12 days ago
11 days ago