From 4ee4a2ab0d6eef43780fe071effabc015dade27a Mon Sep 17 00:00:00 2001 From: jingweicb <96205264+jingweicb@users.noreply.github.com> Date: Thu, 18 Aug 2022 09:28:04 -0700 Subject: [PATCH] change tablesize default value (#344) --- configuration/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/types.go b/configuration/types.go index 2534cbc3..82afa7b3 100644 --- a/configuration/types.go +++ b/configuration/types.go @@ -421,7 +421,7 @@ type Configuration struct { // TableSize unit is GB, enable users to define MaxTableSize // when AllInMemoryEnabled == true or MemoryLimitDisabled== true, Cli will look up this config - // default value is 6, modification range is [2, 100] + // default value is 3, modification range is [2, 100] TableSize *int64 `json:"table_size,omitempty"` // TableSize unit is MB, enable users to define ValueLogFileSize