Przed ustawieniem max limit i maxclient na 10 miałem coś takiego
Teraz mam tyle max 10 load average
httpd.conf..............................................................
Timeout 25 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 15 <IfModule prefork.c> StartServers 1 MinSpareServers 1 MaxSpareServers 5 ServerLimit 10 MaxClients 10 MaxRequestsPerChild 4000 </IfModule> <IfModule worker.c> StartServers 1 MaxClients 10 MinSpareThreads 1 MaxSpareThreads 4 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule>
działa na prefork.
mysql przez mysqltuner ok
jakieś sugestie?