Change uwsgi workers as an half %k
Change-Id: I206a56d560182b182ef6b361213b55593007425a
This commit is contained in:
parent
5062c44696
commit
b53f85f67c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user