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: