Document min-clients-per-thread

Former-commit-id: 1b9ade7f657d9b142f78a46565e65b52904dad47
This commit is contained in:
John Sully 2020-07-12 18:49:02 +00:00
parent 6158cdfd29
commit c6e5ba8313

View File

@ -1811,6 +1811,9 @@ jemalloc-bg-thread yes
# Set bgsave child process to cpu affinity 1,10,11 # Set bgsave child process to cpu affinity 1,10,11
# bgsave_cpulist 1,10-11 # bgsave_cpulist 1,10-11
# The minimum number of clients on a thread before KeyDB assigns new connections to a different thread
# Tuning this parameter is a tradeoff between locking overhead and distributing the workload over multiple cores
# min-clients-per-thread 50
# Path to directory for file backed scratchpad. The file backed scratchpad # Path to directory for file backed scratchpad. The file backed scratchpad
# reduces memory requirements by storing rarely accessed data on disk # reduces memory requirements by storing rarely accessed data on disk