PDA

View Full Version : Hummm ... MySQL Error : Out of memory


DieselMinded
02-16-2008, 12:43 AM
Whats this about ?

Database error in vBulletin :

Invalid SQL:

SELECT *
FROM vbdatastore
WHERE title IN ('','options','bitfields','attachmentcache','forum cache','usergroupcache','stylecache','languagecach e','products','pluginlist','cron','profilefield',' userstats','birthdaycache','maxloggedin','iconcach e','eventcache','mailqueue');

MySQL Error : Out of memory (Needed 186856 bytes)
Error Number : 5
Date : Thursday, February 14th 2008 @ 11:18:04 AM
Script : http://www.dieselbombers.net/
Referrer :
IP Address : ***************
Username :
Classname : vb_database

Boofo
02-16-2008, 12:50 AM
How much memory do you have on the server?

DieselMinded
02-16-2008, 01:09 AM
I dont know ITs a VPS ?

Marco van Herwaarden
02-16-2008, 07:10 AM
Contact your host and request the memory available to MySQL to be raised.

Guest210212002
02-16-2008, 01:31 PM
I just checked your site - with only 100k posts you should not be running out of memory if you're on a VPS. How many members do you average online? If you aren't, also make sure you're restricting Yahoo Slurp Spider with your robots.txt - I've seen sites with 1000+ instances of it crawling at the same time.

As a side note, your site loads your mobile skin by default which is kind of odd.

DieselMinded
02-16-2008, 03:07 PM
Thats The .net , the Site is www.dieselbombers.com

I have Upgraded my Server From..

Memory (MB) from 512 to 1024
Monthly Data Transfer (GB) from 500 to 750
Disk Space (GB) from 25 to 50

--------------- Added 1203186452 at 1203186452 ---------------

Pretty Sweet
Server Load Averages 0.08 0.05 0.05 | 73 Users Online (33 members and 40 guests)

Guest210212002
02-16-2008, 07:13 PM
You should be good to go then. :D Here's my current snapshot:


Currently Active Users: 327 (58 members & 242 guests & 1 logged out & 26 spiders)
Threads: 47,277, This Month: 1376
Posts: 850,369, This Month: 24891
Members: 7,074, This Month: 186


And I only have 768MB. I'd still have them look into why you were getting out of memory errors though. 512MB is more than enough for your site, imo.

DieselMinded
02-16-2008, 08:23 PM
Im planing on Growing ... ALOT !! And the members are always complementing the Speed of the site so i try my best to stay a step ahead , I love my VPS !!

Diesel Bombers Statistics
Threads: 8,964, This Month: 459 (104%)
Posts: 116,298, This Month: 6306 (102%)
Members: 3,355, This Month: 169 (3%)

Born on March 14th 2007

Marco van Herwaarden
02-17-2008, 08:39 AM
The number of posts on your board is irrelevant to this error. You probably have some very large data in your datastore.

DieselMinded
02-17-2008, 12:55 PM
Like really large Threads?

Marco van Herwaarden
02-17-2008, 12:57 PM
If you have a modification that stores large threads in the datastore, then maybe yes. But i don't know of any modification that does this, and i can not think of any valid reason to store threads in the datastore.

Emran Ahmed
11-12-2009, 07:26 PM
check your php.ini and change memory limit thanks.

porcupine73
11-13-2009, 12:04 AM
my.ini file for mysql has various limitations and settings of its own as well that might need checking.