From: Thomas Heller Date: Mon, 12 Sep 2016 09:53:35 +0000 (+0200) Subject: service and smile - increased php memory limit X-Git-Tag: v0.1.0~4164 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=23c2fc22c89d03ba00e74719c47f12e632216be4;p=pixelpark%2Fhiera.git service and smile - increased php memory limit --- diff --git a/customer/mbvd-service-and-smile/common.yaml b/customer/mbvd-service-and-smile/common.yaml index e572c9db..28c45d4f 100644 --- a/customer/mbvd-service-and-smile/common.yaml +++ b/customer/mbvd-service-and-smile/common.yaml @@ -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: diff --git a/customer/mbvd-service-and-smile/test-www-service-and-smile-de-mbvd.pixelpark.net.yaml b/customer/mbvd-service-and-smile/test-www-service-and-smile-de-mbvd.pixelpark.net.yaml index 24918a37..bde7f4fe 100644 --- a/customer/mbvd-service-and-smile/test-www-service-and-smile-de-mbvd.pixelpark.net.yaml +++ b/customer/mbvd-service-and-smile/test-www-service-and-smile-de-mbvd.pixelpark.net.yaml @@ -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: {}