
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>
10 lines
211 B
INI
10 lines
211 B
INI
[uwsgi]
|
|
uid = stackalytics
|
|
gid = stackalytics
|
|
socket = 127.0.0.1:3031
|
|
pythonpath = /usr/local/lib/python2.7/dist-packages
|
|
module = stackalytics.dashboard.web:app
|
|
processes = 2
|
|
threads = 1
|
|
stats = 127.0.0.1:9191
|