uWSGI 0.9.7.2 will be released tomorrow but in the mean time i will introduce 
two of the more requested options
now implemented:

--reload-on-as <megs>
--reload-on-rss <megs>

They will allows you to automatically recycle (reload) workers that occupy more 
than <megs> of memory (address space or physical memory).

They are probably much more useful than the current --max-requests option and 
less invasive than --limit-as 

You can enable one of them or both, but remember that address space includes 
the swap too, so limiting/controlling it is always a good thing.


--
Roberto De Ioris
http://unbit.it

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to