PDA

View Full Version : (Help me)This Account Has Exceeded Its CPU Quota


tiengnhat
01-10-2009, 03:08 AM
Please contact this site's webmaster.
Wait a few minutes and use your browser's "Back" button or click here to try again.


If you are the webmaster, your account may have gotten this error for one or more of the following reasons:

* Your account has used more than its share of the cpu in the past 60 second sliding window.
* Your account has too many concurrent processes running simultanously.
* Your account has consumed too much memory.
* Your site was recently very busy trying to run inefficient scripts.

The solution would be to optimize your applications to use less CPU.
Adding appropriate indeces to your SQL tables can often help reduce CPU.
Using static .html documents instead of painful .php scripts will practically eliminate CPU usage.
--------------------------------------------------------------------------------
CPU Exceeded Log For Fri Jan 9 06:50:39 2009

Fri Jan 9 06:50:39 2009: used 310.00 seconds of cpu time for [[mysql query]]
Fri Jan 9 06:50:23 2009: used 0.01 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/polls/bar5-l.gif HTTP/1.1
Fri Jan 9 06:50:16 2009: used 0.34 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/cron.php?rand=1231509009 HTTP/1.1
Fri Jan 9 06:50:16 2009: used 0.30 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/archive/index.php/f-112.html HTTP/1.0
Fri Jan 9 06:50:15 2009: used 0.01 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/mood/Cool.gif HTTP/1.1
Fri Jan 9 06:50:14 2009: used 0.08 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/group/administrator.gif HTTP/1.1
Fri Jan 9 06:50:14 2009: used 0.32 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/buttons/post_thanks.gif HTTP/1.1
Fri Jan 9 06:50:12 2009: used 0.01 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/clientscript/vbulletin_ajax_reputation.js?v=374 HTTP/1.1


--------------------------------------------------------------------------------
CPU Exceeded Log For Fri Jan 9 21:20:34 2009

Fri Jan 9 21:20:34 2009: used 469.00 seconds of cpu time for [[mysql query]]
Fri Jan 9 21:20:33 2009: used 0.52 seconds of cpu time for HTTP Request: www.yoursite.com : POST /4rum/misc.php?show=ccbmessages HTTP/1.1
Fri Jan 9 21:20:33 2009: used 0.12 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/gender/Female.gif HTTP/1.1
Fri Jan 9 21:20:30 2009: used 0.62 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/icons/botay.gif HTTP/1.1
Fri Jan 9 21:20:29 2009: used 0.02 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/chat.gif HTTP/1.1
Fri Jan 9 21:20:28 2009: used 0.92 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/buttons/lastpost.gif HTTP/1.1
Fri Jan 9 21:20:27 2009: used 0.19 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/buttons/collapse_tcat.gif HTTP/1.1
Fri Jan 9 21:20:24 2009: used 0.54 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/clientscript/ncode_imageresizer.js?v=1.0.1 HTTP/1.1
Fri Jan 9 21:20:22 2009: used 0.58 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/clientscript/vbulletin_global.js?v=374 HTTP/1.1
Fri Jan 9 21:20:21 2009: used 0.01 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=374 HTTP/1.1
Fri Jan 9 21:20:01 2009: used 0.05 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/buttons/collapse_thead.gif HTTP/1.1
Fri Jan 9 21:20:00 2009: used 0.18 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/clientscript/vbulletin_lightbox.js?v=374 HTTP/1.1
Fri Jan 9 21:19:59 2009: used 0.02 seconds of cpu time for HTTP Request: www.yoursite.com : POST /4rum/misc.php?show=ccbmessages HTTP/1.1
Fri Jan 9 21:19:59 2009: used 0.49 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/logo.gif HTTP/1.1
Fri Jan 9 21:19:55 2009: used 0.17 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/image.php?u=135&dateline=1223385527 HTTP/1.1
Fri Jan 9 21:19:54 2009: used 0.11 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/clear.gif HTTP/1.1
Fri Jan 9 21:19:53 2009: used 0.11 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/statusicon/forum_new.gif HTTP/1.1
Fri Jan 9 21:19:48 2009: used 0.73 seconds of cpu time for HTTP Request: www.yoursite.com : POST /4rum/misc.php?show=ccbmessages HTTP/1.1
Fri Jan 9 21:19:48 2009: used 0.15 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/gradients/gradient_thead.gif HTTP/1.1
Fri Jan 9 21:19:45 2009: used 0.21 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/misc/donate.gif HTTP/1.1
Fri Jan 9 21:19:40 2009: used 0.56 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/images/misc/navbits_start.gif HTTP/1.1
Fri Jan 9 21:19:37 2009: used 1.71 seconds of cpu time for HTTP Request: www.yoursite.com : GET /4rum/clientscript/post_thanks.js HTTP/1.1


Help me to fix this error?

markbolyard
01-10-2009, 03:15 AM
Looks like your cron jobs ran and it overloaded your hosting. That, or whatever mod (I believe it's a chatbox) misc.php?show=ccbmessages. Disable whatever mod uses that url. Most likely your hosting account can't handle the resources required to run that modification.


Yes, that's it. https://vborg.vbsupport.ru/showthread.php?t=177552

Disable Cyb's chatbox and see if the problem persist. Chatboxes use a lot of resources if you have many members participating in it at once.

tiengnhat
01-10-2009, 03:26 AM
Thanks you very much.I will fix it below you teached me.
Thanks you again!
Good luck for you!

ZomgStuff
01-12-2009, 04:09 PM
Do you happen to use bluehost?

Marco van Herwaarden
01-13-2009, 08:35 AM
Are you posting this in every thread where someone had a problem?

Voltar
01-14-2009, 12:09 AM
Are you posting this in every thread where someone had a problem?

It's actually a Bluehost custom addition to cPanel, an example suspension page can be found here (http://box21.bluehost.com/highload.html), fwiw.