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:
Paul Belanger 2015-11-08 10:05:36 -05:00
parent a39dba47b1
commit a8d6a95297
1 changed files with 1 additions and 1 deletions

View File

@ -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