Reduce worker count to 2
This commit is contained in:
parent
ba2891b18c
commit
cad1c9bd89
@ -21,7 +21,7 @@ services:
|
|||||||
GRAMPSWEB_EMAIL_HOST_PASSWORD: "${POSTBOX_PASS}"
|
GRAMPSWEB_EMAIL_HOST_PASSWORD: "${POSTBOX_PASS}"
|
||||||
GRAMPSWEB_EMAIL_USE_TLS: "false"
|
GRAMPSWEB_EMAIL_USE_TLS: "false"
|
||||||
GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@vakhrushev.me"
|
GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@vakhrushev.me"
|
||||||
GUNICORN_NUM_WORKERS: 4
|
GUNICORN_NUM_WORKERS: 2
|
||||||
# media storage at s3
|
# media storage at s3
|
||||||
GRAMPSWEB_MEDIA_BASE_DIR: "s3://av-gramps-media-storage"
|
GRAMPSWEB_MEDIA_BASE_DIR: "s3://av-gramps-media-storage"
|
||||||
AWS_ENDPOINT_URL: "https://storage.yandexcloud.net"
|
AWS_ENDPOINT_URL: "https://storage.yandexcloud.net"
|
||||||
|
Loading…
Reference in New Issue
Block a user