Drop uwsgi process to 2
We are still working on tuning the system. Currently 4 processes causes us to use swap on 15GB of RAM, dropping it to 2 should help. Change-Id: I0638a6709f6454f6336d70112f02fd7504a376c5 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
a39dba47b1
commit
a8d6a95297
@ -4,6 +4,6 @@ gid = stackalytics
|
||||
socket = 127.0.0.1:3031
|
||||
pythonpath = /usr/local/lib/python2.7/dist-packages
|
||||
module = stackalytics.dashboard.web:app
|
||||
processes = 4
|
||||
processes = 2
|
||||
threads = 1
|
||||
stats = 127.0.0.1:9191
|
||||
|
Loading…
x
Reference in New Issue
Block a user