From 7d45d3b4ade01a5cf0a64fdd5c301d708e3fcaba Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 22 Jan 2016 12:49:31 +0100 Subject: [PATCH] bmf-datacenter - update innodb_buffer_pool_instances should be 1 per GB buffer --- customer/bmf-datacenter/production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/bmf-datacenter/production.yaml b/customer/bmf-datacenter/production.yaml index 237f5fee..6547e95f 100644 --- a/customer/bmf-datacenter/production.yaml +++ b/customer/bmf-datacenter/production.yaml @@ -10,6 +10,7 @@ site::profile::mysql_server::databases: mysql::server::override_options: mysqld: innodb_buffer_pool_size: 3G + innodb_buffer_pool_instances: 3 memlock: true ft_min_word_len: 3 -- 2.39.5