From: Oliver Böttcher Date: Thu, 5 Jan 2017 12:40:07 +0000 (+0100) Subject: MHK - optimize mysql X-Git-Tag: v0.1.0~3667 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=678f685d3a73685793e271933b7523994632d473;p=pixelpark%2Fhiera.git MHK - optimize mysql --- diff --git a/customer/mhk/red-mhk-kueche-de.pixelpark.net.yaml b/customer/mhk/red-mhk-kueche-de.pixelpark.net.yaml index 19559418..6dd8f166 100644 --- a/customer/mhk/red-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/red-mhk-kueche-de.pixelpark.net.yaml @@ -21,12 +21,15 @@ site::profile::mysql_server::databases: mysql::server::override_options: mysqld: innodb_buffer_pool_size: 1G - innodb_buffer_pool_instances: 3 + innodb_buffer_pool_instances: 1 thread_pool_size: 8 innodb_log_buffer_size: 16M query_cache_type: 0 default-storage-engine: INNODB innodb_file_per_table: 1 + table_open_cache: 512 + innodb_log_file_size: 256M + #### Just Doin' no auth at the moment mongodb::globals::manage_package_repo: true