On 7/20/2011 6:29 PM, Michael Mol wrote:
Also, run a caching proxy if at all possible. That made the single biggest difference for my server. Other useful things: * Set the MaxRequestsPerChild to something like 450.
That's pretty low. You'd barely get your application parsed, cached, and load some data before you'd have to recycle the child process. Most people set it around 10000. Large enough to be useful, but still deal with any minor memory leaks.
kashani