From 8d0eb0d7fc12cf4f93676b5d99cf51c94dfb620c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Fri, 27 Jul 2018 14:03:00 +0200 Subject: [PATCH] BMF-DC - innodb_file_per_table --- 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 3847aba7..732028f0 100644 --- a/customer/bmf-datacenter/production.yaml +++ b/customer/bmf-datacenter/production.yaml @@ -21,6 +21,7 @@ mysql::server::override_options: query_cache_type: 0 default-storage-engine: INNODB innodb_adaptive_hash_index: 0 + innodb_file_per_table: 1 php::extensions: gd: {} -- 2.39.5