You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Al Zick <al...@familysafeinternet.com> on 2013/03/01 18:21:15 UTC

[users@httpd] apache 2.4 performance tuning

Hi,

I have recently switch to apache 2.4. I am running it on a somewhat  
under powered system with only 1 GB of ram. I would like to get  
better performance from this system and I am wondering what else I  
can do?

This is what my httpd-mpm.conf looks like:

<IfModule mpm_prefork_module>
     StartServers             5
     MinSpareServers          5
     MaxSpareServers         10
     MaxRequestWorkers      250
     MaxConnectionsPerChild   50000
</IfModule>

<IfModule mpm_worker_module>
     StartServers            40
     MinSpareThreads        500
     MaxSpareThreads       1000
     ThreadsPerChild        103
     MaxRequestWorkers     4096
     MaxConnectionsPerChild   0
</IfModule>

Thanks,
Al


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