MySQL Forums
Forum List  »  InnoDB

Re: InnoDB: Fatal error: cannot allocate memory for the buffer pool
Posted by: Rick James
Date: September 23, 2014 08:05PM

You have run out of RAM.

You can try changing to
innodb_buffer_pool_size = 50M
to see if things will get started.

Check to see if you can allocate some "swap" space.

Show us my.cnf -- maybe something else can be tuned.

Check the other processes (eg, the web server) to see if they can be tuned to use less space.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: InnoDB: Fatal error: cannot allocate memory for the buffer pool
20978
September 23, 2014 08:05PM


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.