Created
August 7, 2013 06:08
-
-
Save sondr3/6171632 to your computer and use it in GitHub Desktop.
Linode optimization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mpm_prefork_module> | |
StartServers 2 | |
MinSpareServers 6 | |
MaxSpareServers 12 | |
MaxClients 30 | |
MaxRequestsPerChild 3000 | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment