Apache worker is crashing after 3.000 users
- by user1618606
I activated Apache Worker on my VPS and I'm having problems, 'cause the website is crashing when 3000 users are accessing the website.
I'm using http://whos.amung.us/stats/2jzwlvbhvpft/ as counter.
My Apache Worker configuration:
KeepAlive On
MaxKeepAliveRequests 0
KeepAliveTimeout 1
<IfModule mpm_worker_module>
ServerLimit 20000
StartServer 8000
MinSpareThreads 10400
MaxSpareThreads 14200
ThreadLimit 5
ThreadsPerChild 5
MaxClients 20000
MaxRequestsPerChild 0
</IfModule>
The VPS have the SO: Debian 64 LAMP, memory: 14gb and CPU: 24ghz
What I could to do to give a best performance?