toolkit
toolkit copied to clipboard
Limit the Overleaf containers on the host
Hello!
I am using the Overleaf Toolkit on my server, and I would like to know the best way to limit resource usage on the host machine by the Overleaf containers.
In other application containers, I usually set the following configurations:
deploy:
resources:
limits:
cpus: '12'
memory: 64g
Would this work for Overleaf?
Should it be placed in ~/overleaf-toolkit/lib/docker-compose.base.yml?
I appreciate any help or experience with this request.
Thanks!