[arch-general] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread
A newly configured apache installation keeps emitting this error. It was compiled from scratch with worker MPM. The settings for worker MPM is below: StartServers 5 MaxClients 250 MinSpareThreads 5 MaxSpareThreads 10 ThreadsPerChild 50 MaxRequestsPerChild 0 It is an OpenVZ VPS with kernel 2.6.18-164.15.1.el5.028stab068.9 and RAM 512 MB. -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com Cheap and Reliable VPS Hosting: http://j.mp/arHk5e
Hi, check /proc/user_beancounters output. looks like a case of Insufficient memory to me. Gaurish
On 06/21/2010 01:44 AM, Gaurish Sharma wrote:
Hi, check /proc/user_beancounters output. looks like a case of Insufficient memory to me.
Gaurish
It was an issue with threads per child configuration and start servers. The worker MPM takes at most 3 children and 56 threads per child. Quite low, I've asked for support, lets see what happens. -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com Cheap and Reliable VPS Hosting: http://j.mp/arHk5e
participants (2)
-
Gaurish Sharma
-
Nilesh Govindarajan