Apache keeps crashing due to unable to create worker thread
Posted
by
Dina Abu-khader
on Server Fault
See other posts from Server Fault
or by Dina Abu-khader
Published on 2010-12-28T14:25:57Z
Indexed on
2010/12/28
14:56 UTC
Read the original article
Hit count: 443
Hello , Am getting a lot of these in our error log
((11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread) and (110)Connection timed out: proxy: HTTP: attempt to connect to 127.0.0.1:80 (*) failed
The parameters of the worker in httpd.conf are as follows
StartServers 8
ServerLimit 128
MaxClients 2048
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 32
MaxRequestsPerChild 10000
I have changed the stack size in limit.conf but still not helping , Can anyone please help me ?
© Server Fault or respective owner