Hello everyone,
I'm testing DataHub in a VM with 4vCPU and 16 Gb RAM. I want to share that I was having some performance issues (a lot of 500 status code errors), and I resolved them by setting the 'cpu_shares' to 2048 for elasticsearch and gms services on the docker-compose. I hope that it helps someone that is facing the same problems.
References:
https://docs.docker.com/config/containers/resource_constraints/#configure-the-default-cfs-scheduler
b
big-carpet-38439
06/08/2022, 2:26 PM
The default mem / cpu shares for our docker compose is a bit low, especially for a deployment with any significant volume of data. cc @orange-night-91387@early-lamp-41924 for viz.
Thank you Patrick!