1 2 3 4 5 6 7 8 9 |
<strong>vi /etc/httpd/conf.d/httpd-mpm.conf</strong> <IfModule mpm_prefork_module> StartServers 5 MinSpareServers 5 MaxSpareServers 10 ServerLimit 5500 MaxClients 5000 MaxRequestsPerChild 100 </IfModule> |
services httpd restart