You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/02/11 23:21:34 UTC

DO NOT REPLY [Bug 48731] New: Prefork not creating processes after 10 servers are made!

https://issues.apache.org/bugzilla/show_bug.cgi?id=48731

           Summary: Prefork not creating processes after 10 servers are
                    made!
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: prefork
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: h4x0r1f1c@gmail.com


On my Centos 5 (32-bit) I have the following configuration.

<IfModule prefork.c>
StartServers 10
MinSpareServers 10
MaxSpareServers 20
ServerLimit 100
MaxClients 100
MaxRequestsPerChild 1000
</IfModule>

My problem is that Apache will not make more than 10 processes to accomodate my
traffic. I have plenty of RAM for it to do so.

I've even set StartServers/MinSpareServers to 50 and MaxSpareServers to 80.
Only 10 were created after restarting to apply the changes.

I have restarted Apache several times and it didn't fix my issue. I've even
reinstalled it and my whole machine and setup the configuration manually again.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org