From 0d30d9ffc2074ef1f7b8245a3b9492e15b5ed381 Mon Sep 17 00:00:00 2001 From: hhwyt Date: Tue, 19 Nov 2024 12:00:46 +0800 Subject: [PATCH] raftstore: increase the default raft-client-queue-size from 8192 to 16384 --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 51db78363218d..237635555992d 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -247,7 +247,7 @@ This document only describes the parameters that are not included in command-lin ### `raft-client-queue-size` + Specifies the queue size of the Raft messages in TiKV. If too many messages not sent in time result in a full buffer, or messages discarded, you can specify a greater value to improve system stability. -+ Default value: `8192` ++ Default value: `16384` ### `simplify-metrics` New in v6.2.0