From 4776b7b9efdf1077e048ca80c606acf8f9dce441 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Thu, 5 Oct 2017 11:29:30 +0200 Subject: [PATCH] BMAS Typo3 - Mysql vars --- customer/bmas-typo3/production.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/customer/bmas-typo3/production.yaml b/customer/bmas-typo3/production.yaml index ac54163c..6fcd67f3 100644 --- a/customer/bmas-typo3/production.yaml +++ b/customer/bmas-typo3/production.yaml @@ -47,6 +47,13 @@ infra::profile::mysql_server::databases: mysql::server::override_options: mysqld: bind-address: '0.0.0.0' + query_cache_size: 0 + query_cache_type: 0 + query_cache_size: '64M' + table_open_cache: 512 + innodb_buffer_pool_size: '4G' + innodb_file_per_table: 1 + performance_schema: 1 apache::default_vhost: false -- 2.39.5