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():