> Dnia czwartek, 1 grudnia 2011 04:46:25 Roberto De Ioris pisze: >> No, workers are forked from the master(). > > I wanted to verify one thing: when I run with processes = 8 I have 10 > workers > running: > 1x running as root and eats very little memory
this is the jail manager (the /sbin/init equivalent of your main system) > 1x running as www-data as set in uid/git option, eating less then other > workers but its memory usage grow over time this is the master, and if it grows in memory there is a problem/bug. I will reproduce your config to check it By the way, use the auto-procname = true procname-prefix = [foobar] options, they will help you giving meaningful names to processes -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
