| View previous topic :: View next topic |
| Author |
Message |
awaisuk
Joined: 25 May 2009 Posts: 39
|
Posted: Dec 27, 2009 9:25 pm Post subject: My CPU Load goes very high when traffic is very high |
|
|
My CPU Load goes very high when traffic is very high
I think its APACHE...how do you guys with high traffic sites deal with server slowdown?
Please share some methods/tips.
Thanks. |
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: Dec 28, 2009 7:17 am Post subject: Re: My CPU Load goes very high when traffic is very high |
|
|
| awaisuk wrote: | My CPU Load goes very high when traffic is very high
I think its APACHE...how do you guys with high traffic sites deal with server slowdown?
Please share some methods/tips.
Thanks. |
get ngnix mod/install |
|
| Back to top |
|
 |
Hendrickson
Joined: 18 Nov 2009 Posts: 90
|
Posted: Dec 28, 2009 8:48 am Post subject: |
|
|
| Increase your free users download speed. That always helps, too many users downloading at slow speeds = many users using CPU and RAM via httpd |
|
| Back to top |
|
 |
geekev69
Joined: 05 Dec 2009 Posts: 45
|
Posted: Jan 09, 2010 12:50 am Post subject: ngnix mod/install |
|
|
| what is ngnix mod? where can I get it? |
|
| Back to top |
|
 |
sherayusuf3
Joined: 18 Jan 2009 Posts: 92 Location: Jakarta Indonesia
|
Posted: Jan 11, 2010 2:30 am Post subject: Re: ngnix mod/install |
|
|
| geekev69 wrote: | | what is ngnix mod? where can I get it? |
webserver engine does not consume much off cpu, maybe your sql database, try to find out what the daemon to consume a lot of cpu |
|
| Back to top |
|
 |
FZee
Joined: 03 Mar 2010 Posts: 79
|
Posted: May 12, 2010 8:06 pm Post subject: |
|
|
I can't afford Nginx mod just yet also.
SO what is the solution for Apache2 users ? |
|
| Back to top |
|
 |
dotceo
Joined: 30 Dec 2009 Posts: 70
|
Posted: May 12, 2010 9:13 pm Post subject: |
|
|
The moment you can afford NGINX do it. Your site will go no where without it. Keep in mind that for every additional server you get... You have to pay to get it installed...
What's happening is that your site is hitting the MAX_CLIENT on APACHE... Raise that and it'll buy you just a little more time... Apache isn't the best at managing loads for these kinds of sites. |
|
| Back to top |
|
 |
komi
Joined: 27 Nov 2009 Posts: 159
|
Posted: May 12, 2010 11:27 pm Post subject: |
|
|
Had the same issue 2 days ago. CPU went to 100% with many index.cgi processes, couldn't believe it as I'm running main on a high-end server. At the end it was someone doing it on purpose.
I'm about to purchase nginx and I hope it will solve this issue. I'll report back here as soon as I'm running nginx. |
|
| Back to top |
|
 |
FZee
Joined: 03 Mar 2010 Posts: 79
|
Posted: May 14, 2010 2:58 am Post subject: |
|
|
what is your server configuration & your daily traffic ? ...
Because i havent seen 100% of my CPU being used all the time but the RAM is small for me |
|
| Back to top |
|
 |
|