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
|
||||
|
|
|
@ -59,7 +59,7 @@ ENV C3NAV_DEBUG="" \
|
|||
C3NAV_LOGLEVEL="INFO" \
|
||||
C3NAV_DATA_DIR="/data" \
|
||||
C3NAV_RELOAD_INTERVAL="60" \
|
||||
UWSGI_WORKERS="8"
|
||||
UWSGI_WORKERS="4"
|
||||
|
||||
# The following environment variables need to be set to start the tileserver
|
||||
# C3NAV_UPSTREAM_BASE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue