[us...@httpd] Re: [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread

2010-06-20 Thread Dan Poirier
On 2010-06-20 at 14:08, Nilesh Govindarajan wrote: > 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 >

[us...@httpd] Re: [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread

2010-06-21 Thread Nilesh Govindarajan
@Dan, and @Eric Thank you for your inputs, adjusting thread stack size and ulimit -s helped it. -- 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 --

Re: [us...@httpd] Re: [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread

2010-06-20 Thread Nilesh Govindarajan
On 06/21/2010 07:01 AM, Dan Poirier wrote: On 2010-06-20 at 14:08, Nilesh Govindarajan wrote: 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

Re: [us...@httpd] Re: [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread

2010-06-21 Thread Eric Covener
> 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. Each of those threads can allocate 8-10 megabytes of stack space on linux if ulimit -s is unlimi