We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e013126 commit 1b9ade7Copy full SHA for 1b9ade7
keydb.conf
@@ -1811,6 +1811,9 @@ jemalloc-bg-thread yes
1811
# Set bgsave child process to cpu affinity 1,10,11
1812
# bgsave_cpulist 1,10-11
1813
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
1817
1818
# Path to directory for file backed scratchpad. The file backed scratchpad
1819
# reduces memory requirements by storing rarely accessed data on disk
0 commit comments