From 5ec9459011b1ed3cf9bed194bf9d09e89f4f2aa1 Mon Sep 17 00:00:00 2001 From: Roger Song Date: Sat, 15 Jul 2023 22:14:08 +0800 Subject: [PATCH] fix links --- check-before-deployment.md | 2 +- hardware-and-software-requirements.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check-before-deployment.md b/check-before-deployment.md index 5a59bddf3df6f..0abdab25602ff 100644 --- a/check-before-deployment.md +++ b/check-before-deployment.md @@ -128,7 +128,7 @@ sysctl -p > > - `sysctl -p` is to make the configuration effective without restarting the system. -### Set temporary space for TiDB instances (Recommended) +## Set temporary space for TiDB instances (Recommended) Some operations in TiDB require writing temporary files to the server, so it is necessary to ensure that the operating system user running TiDB has sufficient permissions to read and write to the target directory. If the TiDB instance is not started with the `root` privilege, you need to check the directory permissions and set them correctly. diff --git a/hardware-and-software-requirements.md b/hardware-and-software-requirements.md index e594887014b77..3a5695d8a1549 100644 --- a/hardware-and-software-requirements.md +++ b/hardware-and-software-requirements.md @@ -172,7 +172,7 @@ As an open-source distributed SQL database, TiDB requires the following network | Component | Disk space requirement | Healthy disk usage | | :-- | :-- | :-- | -| TiDB | | Lower than 90% | +| TiDB | | Lower than 90% | | PD | At least 20 GB for the data disk and for the log disk, respectively | Lower than 90% | | TiKV | At least 100 GB for the data disk and for the log disk, respectively | Lower than 80% | | TiFlash | At least 100 GB for the data disk and at least 30 GB for the log disk, respectively | Lower than 80% |