docker: reduced the default number of UWSGI workers to 4
This commit is contained in:
parent
454b679c6a
commit
a3057b817d
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ ENV C3NAV_DEBUG="" \
|
|||
C3NAV_DATA_DIR="/data" \
|
||||
C3NAV_AUTOMIGRATE="yes" \
|
||||
MPLBACKEND="agg" \
|
||||
UWSGI_WORKERS="8" \
|
||||
UWSGI_WORKERS="4" \
|
||||
PATH="/app/env/bin/:$PATH"
|
||||
|
||||
USER c3nav
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue