Use single uwsgi process for now

Until we get a better handle on the system resources needed for
stackalytics, you a single process. Otherwise, we'll use up all of our
15GB of RAM

Change-Id: I295ece3a3e444bddb0914d3abf2e5638f06d0e8a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-11-09 00:32:55 -05:00
parent a8d6a95297
commit 84f339dddf
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 = 2
processes = 1
threads = 1
stats = 127.0.0.1:9191