2012/9/15 Roberto De Ioris <[email protected]>:
>
>> Is it just me or is --cheap always on with 1.3?
>> Regardless of what options I use my workers are fully loaded only
>> after first request. It doesn't matter if I use "cheap = 0/false" in
>> my vassal ini file.
>
> I suppose you mean --lazy

Isn't --lazy only for disabling forked workers? So that they are
started from scratch instead of being forked from master process? It
doesn't change when they are spawned but rather how they start.

>From uwsgi --help:
--cheap set cheap mode (spawn workers only after the first request)

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.

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

Reply via email to