I have not been able to get a square answer on this one. I want to know what kind of load I can handle. I was told to find my RSS for apache (32mb) and work that into how much ram I can give it (~3gb). Knowing this I calculated that I can have the following config and be relatively safe;
<IfModule mpm_prefork_module>
StartServers 12
MinSpareServers 8
MaxSpareServers 90
MaxRequestsPerChild 0
</IfModule>
Now My real question is, how many hits can I serve up at once assuming no bandwidth restrictions? This topic appears to be one of the 'secrets' of apache admin. Any help, answer, corrections, or whatever is appreciated.
Thanks!