From f4b8ec2f464a018c0afa69ef89cdcd05e105bc2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Wed, 30 Mar 2016 10:48:49 +0200 Subject: [PATCH] BMFDC: mysql performance vars --- customer/bmf-datacenter/production.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer/bmf-datacenter/production.yaml b/customer/bmf-datacenter/production.yaml index 6de9e498..114f3c63 100644 --- a/customer/bmf-datacenter/production.yaml +++ b/customer/bmf-datacenter/production.yaml @@ -16,6 +16,9 @@ mysql::server::override_options: innodb_buffer_pool_instances: 3 memlock: true ft_min_word_len: 3 + thread_pool_size: 16 + innodb_log_buffer_size: 16M + query_cache_type: 0 php::extensions: gd: {} -- 2.39.5