Lower the worker count for registry and verbs.

This commit is contained in:
Jake Moshenko 2014-10-21 17:51:21 -04:00
parent 0ef17b082b
commit 2483ae6ee6
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
bind = 'unix:/tmp/gunicorn_registry.sock'
workers = 16
workers = 8
worker_class = 'gevent'
timeout = 2000
logconfig = 'conf/logging.conf'

View file

@ -1,5 +1,5 @@
bind = 'unix:/tmp/gunicorn_verbs.sock'
workers = 8
workers = 4
timeout = 2000
logconfig = 'conf/logging.conf'
pythonpath = '.'