]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
bmas-sgb2 - some improvments
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 3 Apr 2017 17:48:36 +0000 (19:48 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 3 Apr 2017 17:48:36 +0000 (19:48 +0200)
customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml

index 0408d44643d029a2cb5e522cedfde8067e6b2af4..f7b868dc3919a0898dbb844666668d2f0af1f0f5 100644 (file)
@@ -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