From 5b8c119b2450a91f1af2ada87b9b766f6d038454 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:54:07 +0800 Subject: [PATCH] address comment --- faq/deploy-and-maintain-faq.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/faq/deploy-and-maintain-faq.md b/faq/deploy-and-maintain-faq.md index 1edcf24bdd490..0b131114b2bd9 100644 --- a/faq/deploy-and-maintain-faq.md +++ b/faq/deploy-and-maintain-faq.md @@ -7,9 +7,15 @@ summary: Learn about the FAQs related to TiDB deployment. This document summarizes the FAQs related to TiDB deployment. -To learn the hardware configuration required for running TiDB in test environments and production environments, and the TiDB-supported operating systems, see [Software and Hardware Recommendations](/hardware-and-software-requirements.md). +## Software and hardware requirements -## Server requirements +### What operating systems does TiDB support? + +For the TiDB-supported operating systems, see [Software and Hardware Recommendations](/hardware-and-software-requirements.md). + +### What is the recommended hardware configuration for a TiDB cluster in the development, test, or production environment? + +You can deploy and run TiDB on the 64-bit generic hardware server platform in the Intel x86-64 architecture or on the hardware server platform in the ARM architecture. For the requirements and recommendations about server hardware configuration for development, test, and production environments, see [Software and Hardware Recommendations - Server recommendations](/hardware-and-software-requirements.md#server-recommendations). ### What's the purposes of 2 network cards of 10 gigabit?