uwsgi memory usage optimisation

listed in answer

uwsgi memory usage optimisation
0 votes, 0.00 avg. rating (0% score)

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

by roberto from http://serverfault.com/questions/388779