From a50fc14f1ab68f2131dc323c08c3d1bd0c4e4b33 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Thu, 7 Dec 2017 16:19:05 +0100 Subject: [PATCH] pixelpark - dev-monitoring: increase memory_limit for AD connection (fix) --- customer/pixelpark/dev-monitoring.pixelpark.com.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml index 5165549a..d272c4ff 100644 --- a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml +++ b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml @@ -285,8 +285,6 @@ infra::profile::apache::pp_vhosts: ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' setenv: - 'ICINGAWEB_CONFIGDIR "/etc/icingaweb2"' - php_admin_value: - memory_limit: 128M directories: - base_root: path: /usr/share/icingaweb2/public @@ -313,6 +311,8 @@ infra::profile::apache_php::fpm_pool: icinga: listen_owner: apache listen_group: apache + php_admin_value: + - "memory_limit 128M" php::fpm::pools: www: ensure: absent -- 2.39.5