]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
service and smile - increased php memory limit
authorThomas Heller <thomas.heller@pixelpark.com>
Mon, 12 Sep 2016 09:53:35 +0000 (11:53 +0200)
committerThomas Heller <thomas.heller@pixelpark.com>
Mon, 12 Sep 2016 09:53:35 +0000 (11:53 +0200)
customer/mbvd-service-and-smile/common.yaml
customer/mbvd-service-and-smile/test-www-service-and-smile-de-mbvd.pixelpark.net.yaml

index e572c9dbb344ba2e821b7a5fc0db9c3d9704727a..28c45d4fc782424bfb6cdf62f6e46ba628c76274 100644 (file)
@@ -12,6 +12,11 @@ repo::remi_php56: true
 php::settings:
   Date/date.timezone: Europe/Berlin
   PHP/expose_php: 'Off'
+  PHP/memory_limit: 512M
+php::cli::settings:
+  PHP/memory_limit: 512M
+php::extensions:
+  mysqlnd: {}
 
 accounts::users:
   andreas.pinto-koehler:
index 24918a3754a9d685fac988ad93d6da82cdb15f2d..bde7f4fedd88ca37d7339b907a7954c7726d7485 100644 (file)
@@ -37,12 +37,3 @@ site::profile::drupal::projects:
         auth_require: 'valid-user'
         require:
           - local
-
-php::settings:
-  Date/date.timezone: Europe/Berlin
-  PHP/expose_php: 'Off'
-  PHP/memory_limit: 128M
-php::cli::settings:
-  PHP/memory_limit: 128M
-php::extensions:
-  mysqlnd: {}