Cannot allocate memory: fork: Unable to fork new process
( ). . , - .Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
< IfModule mpm_prefork_module >
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 0
Timeout 90
KeepAlive On
MaxKeepAliveRequests 50
KeepAliveTimeout 3
< IfModule mpm_prefork_module >
StartServers 1
MinSpareServers 1
MaxSpareServers 1
MaxClients 2
MaxRequestsPerChild 300
Source: https://habr.com/ru/post/89851/
All Articles