MySQL Forums
Forum List  »  Replication

Re: MySQL 5.6.21 signal 11 crashing instantaneously after START SLAVE
Posted by: Rick James
Date: November 07, 2014 08:58AM

(Probably unrelated to the crash,...)

> key_buffer_size=4294967296

Are you using MyISAM heavily?
How much RAM do you have?
Are you running a 64-bit OS and mysqld?

Probably you should set key_buffer_size=50M and set innodb_buffer_pool_size to about 70% of RAM.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL 5.6.21 signal 11 crashing instantaneously after START SLAVE
1677
November 07, 2014 08:58AM


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.