summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2020-05-06 15:42:03 +0200
committerGitHub <noreply@github.com>2020-05-06 15:42:03 +0200
commit028eb457239ded422557ba4870347a2abec2bc71 (patch)
tree3209d44f253e18b39ffb8dd4aa446603877b8682
parent18c4c7bfe780f7ccadba1bb8c484ea09ee605b5f (diff)
parent9cfb1c88d65c4358e9b0cf84e255d24f11cc6cf7 (diff)
downloadredis-028eb457239ded422557ba4870347a2abec2bc71.tar.gz
Merge pull request #7207 from hwware/redisconffixx
add jemalloc-bg-thread config in redis conf
-rw-r--r--redis.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 8841117fc..a469d8b61 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1781,6 +1781,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