Change uwsgi workers as an half %k

Change-Id: I206a56d560182b182ef6b361213b55593007425a
This commit is contained in:
okozachenko 2020-08-28 16:57:40 +03:00
parent 5062c44696
commit b53f85f67c

View File

@ -7,7 +7,7 @@ data:
uwsgi.ini: |- uwsgi.ini: |-
[uwsgi] [uwsgi]
enable-threads = true enable-threads = true
workers = %(%k / 4) workers = %(%k / 2)
cheaper = 2 cheaper = 2
cheaper-step = 1 cheaper-step = 1
cheaper-initial = 2 cheaper-initial = 2