From 2e012af763c34c09a63886f370c5c90191f4deed Mon Sep 17 00:00:00 2001 From: Kis Prayogo Date: Tue, 1 Mar 2022 11:02:29 +0700 Subject: [PATCH] Update TiDB TiKV so it use less storage (#18) normally it would took 24GB preallocated disk space, now only 353MB --- tidb/config/tikv.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tidb/config/tikv.toml b/tidb/config/tikv.toml index 3300609..e7cc2c0 100644 --- a/tidb/config/tikv.toml +++ b/tidb/config/tikv.toml @@ -101,6 +101,8 @@ log-level = "error" # the "scheduler too busy" error is displayed. # scheduler-pending-write-threshold = "100MB" +reserve-space = "0MB" + [pd] # pd endpoints # endpoints = []