From c7edffbd56c7a2c95c2483485fe86dcb43077fa4 Mon Sep 17 00:00:00 2001 From: hwware Date: Wed, 6 May 2020 01:07:17 -0400 Subject: [PATCH] add jemalloc-bg-thread config in redis conf --- redis.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redis.conf b/redis.conf index bed906058..bab7cff47 100644 --- a/redis.conf +++ b/redis.conf @@ -1782,6 +1782,9 @@ rdb-save-incremental-fsync yes # the main dictionary scan # active-defrag-max-scan-fields 1000 +# Jemalloc background thread for purging will be enabled by default +jemalloc-bg-thread yes + # It is possible to pin different threads and processes of Redis to specific # CPUs in your system, in order to maximize the performances of the server. # This is useful both in order to pin different Redis threads in different