Skip to content

Commit 1b9ade7

Browse files
committed
Document min-clients-per-thread
1 parent e013126 commit 1b9ade7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

keydb.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,9 @@ jemalloc-bg-thread yes
18111811
# Set bgsave child process to cpu affinity 1,10,11
18121812
# bgsave_cpulist 1,10-11
18131813

1814+
# The minimum number of clients on a thread before KeyDB assigns new connections to a different thread
1815+
# Tuning this parameter is a tradeoff between locking overhead and distributing the workload over multiple cores
1816+
# min-clients-per-thread 50
18141817

18151818
# Path to directory for file backed scratchpad. The file backed scratchpad
18161819
# reduces memory requirements by storing rarely accessed data on disk

0 commit comments

Comments
 (0)