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
1 changed files with 1 additions and 1 deletions

View File

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