MySQL Forums
Forum List  »  General

Re: MySql crashes
Posted by: Rick James
Date: March 16, 2016 05:39PM

One of the error messages sounds like you are running MyISAM? Are you running both MyISAM and InnoDB?

1GB is _tiny_!

Just MyISAM: key_buffer_size = 40M; innodb_buffer_pool_size = 0
Just InnoDB: key_buffer_size = 5M; innodb_buffer_pool_size = 200M
Both: key_buffer_size = 20M; innodb_buffer_pool_size = 100M

(Peter's 700M out of 1000M seems dangerously high!)

max_connections = 10
thread_cache_size = 4
table_open_cache = 100

Some of these may be lower than necessary, but let's get rid of the crashes, then decide what can be (and needs to be) raised.

Options: ReplyQuote


Subject
Written By
Posted
March 16, 2016 03:59AM
March 16, 2016 09:54AM
March 16, 2016 11:06AM
March 16, 2016 11:38AM
Re: MySql crashes
March 16, 2016 05:39PM
March 19, 2016 02:56PM
March 19, 2016 10:38PM
March 20, 2016 11:53AM
March 21, 2016 05:12PM
March 25, 2016 07:45AM


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.