You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2007/09/20 15:22:42 UTC

Re: [users@httpd] Apache2 performance tunning : MaxClients problem

On 9/20/07, johan.boye@latecoere.fr <jo...@latecoere.fr> wrote:

> >
> > <IfModule prefork.c>
> >   StartServers         15
> >   MinSpareServers      10
> >   MaxSpareServers      20
> >   MaxClients           512
> >   ServerLimit          512
> >   MaxRequestsPerChild  4000
> > </IfModule>
>
> I tried already and here is the error message :
>     WARNING: MaxClients of 512 exceeds ServerLimit value of 256 servers,
>     lowering MaxClients to 256.  To increase, please see the ServerLimit
>     directive.

Try flipping the order of ServerLimit and MaxClients.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org