Hi Łukasz,
Il 21/05/2012 16:36, Łukasz Mierzwa ha scritto:
I've left cron running every minute for whole week and it seems that it
managed to eat all of some resources leaving all of my apps dying all the
time:
[snip]
I also noticed those messages:
fork(): Resource temporarily unavailable [master_utils.c line 507]
man fork (double check in your distro) suggests these:
EAGAIN fork() cannot allocate sufficient memory to copy the
parent's page tables and allocate a task structure for the child.
EAGAIN It was not possible to create a new process because the
caller's RLIMIT_NPROC resource limit was encountered. To exceed this
limit, the process must have either
the CAP_SYS_ADMIN or the CAP_SYS_RESOURCE capability.
So you are hitting some limits somewhere :)
hth,
riccardo
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi