![]() |
Would it be possible to implement a feature, where the search is automatically shut off if the server load reaches a preset number? This would be a great "buffer", so that maybe the "Server load too high" messages would be less frequent.
I've got a bit of a load problem, and if a lot of people search when the server load is already high, it skyrockets and then users get the "server too busy" error (I set the load at 6 in my CP). Thanks! Paul |
Try this. In global.php, find this:
Code:
if (trim($loadavg[0])>$loadlimit) { Code:
if (trim($loadavg[0])>XXXXX) { |
FireFly:
Thank you! It works great. This will really help to eliminate load spikes. A great and simple hack. |
See this discussion here to make this useful to sites that have two servers, one for web and one for database:
http://www.vbulletin.com/forum/showt...threadid=41401 |
I just put in this hack. It works like a charm. :)
Thanks FireFly. :) |
I cant find this under admin/global.php
:confused: |
I'm running 2.2.4 btw!
Cheers |
Since I am reinstalling my portable right now, and I don't have an ssh-client available at this comp, I can't check this, but I would think you should look in the global.php in your forum root.
|
Hi I have tried this on Version 2.6.6 and it doesnt work at all
Can you please advise thanks |
This works fine, it's global.php NOT admin/global.php, as it says in FF's post.
|
Quote:
And the values of "XXXXX"... are in what way?. Into the "home" of the Control Panel of vbulletin y can check my server load... always are between 2 and 3... I want to stop the search when the serverload up to 4 and more... like 4.20, 4.35, 5.10 etc. What i have to put into the "XXXXXX". Sorry for the question, but i'm a little newbie. |
This is over a year and a half, should make a new thread instead.
|
All times are GMT. The time now is 07:27 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|