Apache worker is crashing after 3.000 users
Posted
by
user1618606
on Server Fault
See other posts from Server Fault
or by user1618606
Published on 2012-11-24T18:00:35Z
Indexed on
2012/11/24
23:05 UTC
Read the original article
Hit count: 249
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?
© Server Fault or respective owner