Unanswered
We Are Facing Performance Issues Of Our Self-Hosted Clearml Server
Looking At The Cpu Utilization \ Memory \ Networking We Couldn'T Identify A Bottleneck
We Are At The Moment Using ~100 Workers For Some Hpo, And The Main Performance Issues We Observe Are
Hi DepressedChimpanzee34 , took me a while but I think there is a solution:
In your docker file, replace:
https://github.com/allegroai/clearml-server/blob/a64c4d264d00eadd2d11818b37151d3cc6266d99/docker/docker-compose.yml#L5
withentrypoint: /bin/bash command: -c "mkdir -p /var/log/clearml && cd /opt/clearml/ && python3 -m apiserver.apierrors_generator && gunicorn -w 4 -t 600 --bind=0.0.0.0:8008 apiserver.server:app"
156 Views
0
Answers
3 years ago
one year ago