Just quick note: master process is loading your python app, all workers forks from it. So maybe it's not the uWSGI that eats more memory but the app itself. Try using --lazy-apps to verify what is taking those 8MB.
2013/7/12 Harry Percival <[email protected]> > Hi Roberto, Lukasz and pals, > > any clues re: this? > > > http://serverfault.com/questions/522913/increased-memory-usage-for-uwsgi-workers-masters-after-moving-from-debian-to-u > > > -- > Harry Percival > Developer > [email protected] > > PythonAnywhere - a fully browser-based Python development and hosting > environment > <http://www.pythonanywhere.com/> > > PythonAnywhere LLP > 17a Clerkenwell Road, London EC1M 5RD, UK > VAT No.: GB 893 5643 79 > Registered in England and Wales as company number OC378414. > Registered address: 28 Ely Place, 3rd Floor, London EC1N 6TD, UK > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
