From 7b3d5ffd48947339591bf801f41835e49091ab6a Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Fri, 13 Apr 2018 11:40:44 +0200 Subject: [PATCH] redis decrease to 1gb cache size on stage-www-publicispixelpark-de.pixelpark.com --- .../stage-www-publicispixelpark-de.pixelpark.com.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml b/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml index 8409a573..a3a8aff7 100644 --- a/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml +++ b/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml @@ -4,7 +4,7 @@ infra::additional_classes: - infra::profile::typo3 - infra::profile::mysql_server - infra::profile::postfix - - redis + - redis - infra::profile::cron # user @@ -38,7 +38,7 @@ infra::additional_packages: redis::bind: 0.0.0.0 redis::manage_repo: true redis::timeout: 30 -redis::maxmemory: 3gb +redis::maxmemory: 1gb # php packages repo::remi_php71: true -- 2.39.5