Created
June 18, 2015 19:12
-
-
Save levlaz/98d073426ec4d40d999c to your computer and use it in GitHub Desktop.
8GB RAM
This file contains 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
KeepAlive Off | |
<IfModule mpm_prefork_module> | |
StartServers 16 | |
MinSpareServers 48 | |
MaxSpareServers 96 | |
MaxClients 240 | |
MaxRequestsPerChild 3000 | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment