| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | yesterday | |
| stats | profile views | 2 |
|
Dec 4 |
comment |
Apache worker is crashing after 3.000 users The problem are not solved, but the configuration for 2000 concurrent users was made correctly by you. I'll try to build a load balancer. Big hug! |
|
Dec 4 |
awarded | Scholar |
|
Dec 4 |
accepted | Apache worker is crashing after 3.000 users |
|
Dec 3 |
comment |
Apache worker is crashing after 3.000 users Nothing. 6mb/s bandwidth in use / 20mb/s bandwidth total, 356% cpu in use / 500% total, 1.6gb memory in use / 7.4 gb total, Default configuration for apache worker, and no more than 2700 ~ 3000 users and it's crashing in the same way. Any solution??? |
|
Nov 29 |
comment |
Apache worker is crashing after 3.000 users Hm.. I was seeing, It's normal. The vps have 5 cpus, then it can get 500% max cpu usage. =/ |
|
Nov 29 |
comment |
Apache worker is crashing after 3.000 users Hey, look this: i49.tinypic.com/9r831t.jpg i46.tinypic.com/21ozceb.jpg i45.tinypic.com/5mzt54.jpg how it's possible? The third link (5mzt54.jpg) uses this <IfModule mpm_worker_module> MaxClients 4000 ThreadsPerChild 50 ServerLimit 80 </IfModule> and first/second uses old configuration. |
|
Nov 28 |
comment |
Apache worker is crashing after 3.000 users FINESEC - Fine =/ KeepAlive On with 1 second is good or I need to turn off the KeepAlive? |
|
Nov 26 |
comment |
Apache worker is crashing after 3.000 users Cool. I'll try it on the next saturday. What could to be wrong with server/apache on your opinion? I'm using vsp.net with Debian 6.0 LAMP x64 and 1 + 17 daily nodes (Dedicated CPU 21.6GHz, RAM 7280MB and Bandwidth 2.7TB). |
|
Nov 26 |
awarded | Commentator |
|
Nov 26 |
comment |
Apache worker is crashing after 3.000 users FINESEC - There is no any effect in the performance. I used this configuration: <IfModule mpm_worker_module> MaxClients 4000 ThreadsPerChild 50 ServerLimit 80 </IfModule> When the website was with 2,500 simultaneous users, it started to crash again. I'm using only php (without mysql). The memory usage was 1300 in use/7400 total Any idea? |
|
Nov 25 |
comment |
Apache worker is crashing after 3.000 users Good, I'll try this tomorrow! |
|
Nov 24 |
comment |
Apache worker is crashing after 3.000 users <IfModule mpm_worker_module> MaxClients 2000 ThreadsPerChild 50 ServerLimit 40 </IfModule> And I delete the other vars (MinSpareThreads, MaxSpareThreads)??? |
|
Nov 24 |
comment |
Apache worker is crashing after 3.000 users Fine. But what could be the ideal configuration for this demand? |
|
Nov 24 |
comment |
Apache worker is crashing after 3.000 users Fine. I'll try this. In 30 minutes, I come back with the result. |
|
Nov 24 |
comment |
Apache worker is crashing after 3.000 users David, I was using the Min spare threads between 500 anda 1000, but the "apache crashes" was starting with 1500 users. |
|
Nov 24 |
comment |
Apache worker is crashing after 3.000 users melsayed, when the webiste are with 3000+ users, apache starts to be unstable. The memory usage/total memory is 6500mb/14000mb. Then, say for each 5 pageviews that I request on browser, 2 returns the 404 error after some seconds trying to access the website. |
|
Nov 24 |
comment |
Apache worker is crashing after 3.000 users But there is no stack overflow on linux. Seems like the "apache requests" are being queued , then I have an 404 error on browser. So I type F5, then website is displayed. |
|
Nov 24 |
comment |
Apache worker is crashing after 3.000 users Thanks by your feedback.. I will try the MaxRequestsPerChild to 1000. But, what means "average size of the apache process size on your server" ???? |
|
Nov 24 |
asked | Apache worker is crashing after 3.000 users |
|
Sep 27 |
awarded | Student |