Skip to content

Instantly share code, notes, and snippets.

@sondr3
Created August 7, 2013 06:08
Show Gist options
  • Save sondr3/6171632 to your computer and use it in GitHub Desktop.
Save sondr3/6171632 to your computer and use it in GitHub Desktop.
Linode optimization
<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