Merge pull request #7207 from hwware/redisconffixx

add jemalloc-bg-thread config in redis conf
This commit is contained in:
Salvatore Sanfilippo 2020-05-06 15:42:03 +02:00 committed by GitHub
commit 028eb45723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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