From: Philipp Dallig Date: Mon, 3 Apr 2017 17:48:36 +0000 (+0200) Subject: bmas-sgb2 - some improvments X-Git-Tag: v0.1.0~3325^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=26e0c53cc468eb4b85e8ef06e43cb18583f27dee;p=pixelpark%2Fhiera.git bmas-sgb2 - some improvments --- 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