From 463cd80005699a46927deae584f4e3062215de54 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 20 Jun 2022 16:14:01 +0300 Subject: [PATCH] added redis conf --- docker/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/redis.conf b/docker/redis.conf index 81d39813e6..66e9113464 100644 --- a/docker/redis.conf +++ b/docker/redis.conf @@ -991,7 +991,7 @@ acllog-max-len 128 # limit for maxmemory so that there is some free RAM on the system for replica # output buffers (but this is not needed if the policy is 'noeviction'). # - maxmemory 9663676416 + maxmemory 3221225472 #3G # MAXMEMORY POLICY: how Redis will select what to remove when maxmemory # is reached. You can select one from the following behaviors: