2012/9/15 Łukasz Mierzwa <[email protected]>: > Stats socket show 0 bytes memory usage until first request, but I've > checked using top on the backend and worker eats as much memory as > the master process, so I guess that this is not a real issue, it's > just worker stats being set only after first request, not after > spawning it.
Or simply until first request worker doesn't eat any memory since it's forked copy-on-write, if no pages are changed that it shares them with master. I forgot about that. -- Łukasz Mierzwa _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
