From 318165d14696e5daa33a03a259db283532c0d179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=91=AB=E4=BC=9F=20Xinwei=20Xiong?= <3293172751NSS@gmail.com> Date: Thu, 17 Oct 2024 15:45:45 +0800 Subject: [PATCH] Update redis.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 熊鑫伟 Xinwei Xiong <3293172751NSS@gmail.com> --- compose/production/redis/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/redis/redis.conf b/compose/production/redis/redis.conf index 018e834..bee5c30 100644 --- a/compose/production/redis/redis.conf +++ b/compose/production/redis/redis.conf @@ -12,7 +12,7 @@ save 300 10 save 60 10000 # 主动整理碎片,优化内存使用 -activefrag yes +active-defrag yes # 调整内存碎片整理的最小阈值和最大阈值 active-defrag-ignore-bytes 200mb