Skip to content

Commit

Permalink
Revert "Increase gunicorn worker count to 4"
Browse files Browse the repository at this point in the history
Started hitting out-of-memory errors again.

This reverts commit 103d00e.
  • Loading branch information
binaryf0x committed Dec 3, 2023
1 parent 553f1db commit 0ba02f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:gunicorn]
command=/usr/local/bin/gunicorn artshowjockey.wsgi -w 4 -b 127.0.0.1:5000
command=/usr/local/bin/gunicorn artshowjockey.wsgi -w 2 -b 127.0.0.1:5000
directory=/code
user=nobody
stdout_logfile=/dev/stdout
Expand Down

0 comments on commit 0ba02f8

Please sign in to comment.