Bug 48731 - Prefork not creating processes after 10 servers are made!
Summary: Prefork not creating processes after 10 servers are made!
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mpm_prefork (show other bugs)
Version: 2.5-HEAD
Hardware: Other Linux
: P2 major (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 22:21 UTC by h4x0r1f1c
Modified: 2010-02-11 22:21 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description h4x0r1f1c 2010-02-11 22:21:33 UTC
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.