You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run MegaQC using docker-compose on a server with a higher core count (48 cores / 256GB RAM) it attempts to spawn too many gunicorn threads and crashes with a memory error. I have gotten around this by mounting a modified gunicorn_conf.py over top of the existing one in the container. Is there another way to set the number of gunicorn threads?
The text was updated successfully, but these errors were encountered:
eandersonIGS
changed the title
Can the number of gunicorn threads be changed easially?
Can the number of gunicorn threads be changed easily?
May 16, 2023
Question
When I run MegaQC using docker-compose on a server with a higher core count (48 cores / 256GB RAM) it attempts to spawn too many gunicorn threads and crashes with a memory error. I have gotten around this by mounting a modified gunicorn_conf.py over top of the existing one in the container. Is there another way to set the number of gunicorn threads?
The text was updated successfully, but these errors were encountered: