uwsgi memory usage optimisation
listed in answer
ANSWER:
you need the master process to have those options working. If you want to use the http protocol, use –http-socket instead of –http (that will create another process).
In addition to this give a look at KSM on the uWSGI wiki

New Comments