From 26e0c53cc468eb4b85e8ef06e43cb18583f27dee Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 3 Apr 2017 19:48:36 +0200 Subject: [PATCH] bmas-sgb2 - some improvments --- customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml b/customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml index 0408d446..f7b868dc 100644 --- a/customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml +++ b/customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml @@ -43,12 +43,15 @@ site::profile::mysql_server::databases: mysql::server::override_options: mysqld: bind-address: 0.0.0.0 + innodb_log_file_size: '10M' + max_allowed_packet: '32M' repo::remi_php56: true php::settings: Date/date.timezone: Europe/Berlin PHP/expose_php: 'Off' + PHP/memory_limit: 512M php::extensions: gd: {} mbstring: {} @@ -79,4 +82,4 @@ site::profile::drupal::projects: php_admin_value: post_max_size: 128M upload_max_filesize: 128M - memory_limit: 256M \ No newline at end of file + memory_limit: 512M \ No newline at end of file -- 2.39.5