From: Oliver Böttcher Date: Wed, 15 Nov 2017 16:25:08 +0000 (+0100) Subject: BMAS-Typo3 - performance fixes X-Git-Tag: v0.1.0~2047^2~4 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e613cd6a15ca875a5660c4f3afbed289045a78b4;p=pixelpark%2Fhiera.git BMAS-Typo3 - performance fixes --- 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