From 5b338eeab64218ee1b72d4c82e901f0da7e22e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sat, 12 Sep 2026 11:27:08 +0200 Subject: [PATCH] chore: align redis config with prod --- .ddev/redis/redis.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ddev/redis/redis.conf b/.ddev/redis/redis.conf index 937c4e5d..af019ce5 100644 --- a/.ddev/redis/redis.conf +++ b/.ddev/redis/redis.conf @@ -4,8 +4,8 @@ # http://download.redis.io/redis-stable/redis.conf # http://download.redis.io/redis-stable/sentinel.conf -maxmemory 2048mb -maxmemory-policy allkeys-lfu +maxmemory 128mb +maxmemory-policy allkeys-lru # to disable Redis persistence, remove ddev-generated from this file, # and uncomment the two lines below: