Hello,

When champagne didn't have enough RAM, I changed some mpm_prefork_module
config values to avoid swapping too much :
MaxRequestsPerChild 1000
MinSpareServers 2
MaxSpareServers 5

Now that some RAM has been added, I changed them again to the default
values :
MaxRequestsPerChild 4000
MinSpareServers 5
MaxSpareServers 20

Reply via email to