From e613cd6a15ca875a5660c4f3afbed289045a78b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Wed, 15 Nov 2017 17:25:08 +0100 Subject: [PATCH] BMAS-Typo3 - performance fixes --- customer/bmas-typo3/production.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customer/bmas-typo3/production.yaml b/customer/bmas-typo3/production.yaml index c949660e..52fc0a79 100644 --- a/customer/bmas-typo3/production.yaml +++ b/customer/bmas-typo3/production.yaml @@ -65,10 +65,12 @@ mysql::server::override_options: bind-address: '0.0.0.0' query_cache_size: 0 query_cache_type: 0 - table_open_cache: 512 + table_open_cache: 1024 innodb_buffer_pool_size: '4G' innodb_file_per_table: 1 performance_schema: 1 + innodb_log_file_size: '1G' + innodb_buffer_pool_instances: 4 sql-mode: "ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" apache::default_vhost: false -- 2.39.5