Possible Duplicate:
Can you help me with my capacity planning?
We're about to launch a huge website, expecting a HUGE traffic especially in the first few weeks. It will be a Joomla CMS based community website. We expect 20k-50k unique visits each day. Usually pages make 25-35 mysql queries, but there are some with even 140 where Max memory usage is about 20-25MB.
Please can you look at this config and make some comments and suggestions. This I've tested using ab -n 500 -c 10 but my concern is that it's not a real benchmarking.
- 2 x Intel X5650 Processor (total 24 cores)
- 12 x 2.66 GHz HyperThreaded Cores
- 32 GB
- CentOS 6.2 on Virtuosso layer, cPanel
- PHP 5.3.10 with mod_suhoshin, mod_fcgid, APC
<IfModule prefork.c> StartServers 5 MinSpareServers 5 MaxSpareServers 10 ServerLimit 48 MaxClients 44 MaxRequestsPerChild 10000 </IfModule> Timeout 300 KeepAlive Off <IfModule mod_fcgid.c> FcgidMaxRequestLen 1073741824 FcgidMaxRequestsPerProcess 1000 FcgidMaxProcesses 1000 </IfModule>