gunicorn
gunicorn copied to clipboard
Gunicorn is throwing Out of Memory with max request and max requests jitter
Gunicorn is throwing Out of Memory
I have tried to add max request and max requests jitter but still getting Out of Memory
exec gunicorn myproject.wsgi:application --bind unix:/webapps/run/myproject/gunicorn.sock --max-requests 500 --max-requests-jitter 50 --workers 3 --timeout 300 --user=root --group=webapps
I have tried to check the gunicorn process ID it consumes 95% of memory out of 20GB and started in 18 hours ago what I am doing wrong. Any help appreciated
how much your application is consuming?
My application consumes 86.1M on disk
@mecatheclau gunicorn is not consuming memory itself. What does your application?
stalled issue