MySQL Forums
Forum List  »  InnoDB

Re: MySQL kills itself when cannot allocate X bytes
Posted by: Rick James
Date: September 19, 2009 10:39AM

I doubt if the problem can be easily avoided.

You are using InnoDB, right?
SHOW VARIABLES LIKE 'innodb%';
innodb_buffer_pool_size, the log size, etc are probably important.
Are you using a 64-bit OS and 64-bit MySQL? They _might_ help.
How much RAM? Can you increase it?
Is this part of a transaction? Can you shrink the transaction?

Can you change you application to chunk up big blobs?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL kills itself when cannot allocate X bytes
2115
September 19, 2009 10:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.