From 8cd05dc437fad76756873741abf9b27c4f9f18c1 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 17 Feb 2011 22:35:21 +0000 Subject: [PATCH] Updated fabfile --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index d1c6e86..67e623e 100644 --- a/fabfile.py +++ b/fabfile.py @@ -196,7 +196,7 @@ def restart_celeryd(): def start_uwsgi(): with cd('%(path)s/dreddit-auth/' % env): - run('uwsgi -x auth_uwsgi.xml' % env) + run('uwsgi -x auth_uwsgi.xml --vaccum' % env) def stop_uwsgi():