From ef31fcf6ca023067b7574081a77e13e657c8a093 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 21 Apr 2013 10:06:46 +0100 Subject: [PATCH] Add more workers to Gunicorn, some better startup options. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b3d9fe0..83caf7e 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd app; python manage.py run_gunicorn -k gevent \ No newline at end of file +web: cd app; python manage.py run_gunicorn -b 0.0.0.0:\$PORT -w 4 -k gevent –max-requests=500 –preload \ No newline at end of file