Skip to content

Commit d84e8b5

Browse files
qiancaiti-chi-bot
authored andcommitted
This is an automated cherry-pick of pingcap#20653
Signed-off-by: ti-chi-bot <[email protected]>
1 parent 7c02439 commit d84e8b5

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

.lycheeignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
https://mvnrepository\.com/artifact/mysql/mysql-connector-java/8\.0\.28
2+
https://github\.com/.*/issues/?
3+
https://github\.com/.*/pull/?
4+
https://github\.com/.*/pull/[0-9]+
5+
https://github\.com/.*/issues/[0-9]+
6+
https?://\$?\{host}/dashboard.*
7+
http://xn--\$?\{ip}-m86ht9t5l1bhz9ayu7b:3000.*
8+
http://ip:2379.*
9+
http://grafana_ip:3000.*
10+
http://\$?\{remote-server-ip}:3000.*
11+
file:///home/runner/work/(docs|docs-cn)/(docs|docs-cn)/develop/.*
12+
file://.*https:/%7BnodeIP%7D:%7BnodePort%7D/dashboard
13+
file://.*?http:/\$%7BPD_IP%7D:\$%7BPD_PORT%7D/dashboard.*
14+
http://\{grafana-ip\}:3000
15+
http://\{pd-ip\}:2379/dashboard
16+
http://localhost:\d+/
17+
https://github\.com/\$user/(docs|docs-cn)
18+
https://linux\.die\.net/man.*
19+
https://dev\.mysql\.com/doc/.+/5.7/en/.*
20+
https://dev\.mysql\.com/doc/.+/8\.0/en/.*
21+
https://dev\.mysql\.com/doc/.+/8\.4/en/.*
22+
https://dev\.mysql\.com/doc/[a-z\-]+/en/.*
23+
https://dev\.mysql\.com/doc/relnotes/[a-z\-]+/en/.*
24+
https://dev\.mysql\.com/doc/dev/mysql-server/.*
25+
https://dev\.mysql\.com/downloads/.*
26+
https://bugs\.mysql\.com/bug\.php.*
27+
https://www\.mysql\.com/products/.*
28+
https://platform\.openai\.com/docs/.*
29+
https://openai\.com/.*
30+
https://jwt\.io/
31+
https://typeorm\.io/.*
32+
https://dash\.cloudflare\.com/.*
33+
https://centminmod\.com/mydumper\.html
34+
https://learn\.pingcap\.com/learner/
35+
https://zhuanlan\.zhihu\.com/p/
36+
https://developers\.redhat\.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level

hardware-and-software-requirements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ TiDB 支持部署和运行在 Intel x86-64 架构的 64 位通用硬件服务器
107107

108108
| **组件** | **CPU** | **内存** | **本地存储** | **网络** | **实例数量(最低要求)** |
109109
| --- | --- | --- | --- | --- | --- |
110-
| TiDB | 8 核+ | 16 GB+ | [磁盘空间要求](#磁盘空间要求) | 千兆网卡 | 1(可与 PD 同机器) |
110+
| TiDB | 8 核+ | 16 GB+ | [存储要求](#存储要求) | 千兆网卡 | 1(可与 PD 同机器) |
111111
| PD | 4 核+ | 8 GB+ | SAS, 200 GB+ | 千兆网卡 | 1(可与 TiDB 同机器) |
112112
| TiKV | 8 核+ | 32 GB+ | SSD, 200 GB+ | 千兆网卡 | 3 |
113113
| TiFlash | 32 核+ | 64 GB+ | SSD, 200 GB+ | 千兆网卡 | 1 |
@@ -184,7 +184,7 @@ TiDB 作为开源一栈式实时 HTAP 数据库,其正常运行需要网络环
184184
| Alertmanager | 9093 | 告警 web 服务端口 |
185185
| Alertmanager | 9094 | 告警通信端口 |
186186

187-
## 磁盘空间要求
187+
## 存储要求
188188

189189
| 组件 | 磁盘空间要求 | 健康水位使用率 |
190190
| :-- | :-- | :-- |
@@ -195,6 +195,8 @@ TiDB 作为开源一栈式实时 HTAP 数据库,其正常运行需要网络环
195195
| TiUP | <ul><li>中控机:部署一个版本的 TiDB 集群占用不超过 1 GB 空间,部署多个版本集群所占用的空间会相应增加 </li> <li>部署服务器(实际运行 TiDB 各组件的机器):TiFlash 占用约 700 MB 空间,其他组件(PD、TiDB、TiKV 等)各占用约 200 MB 空间。同时,部署过程会占用小于 1 MB 临时空间(/tmp)存放临时文件 </li></ul> | 不涉及|
196196
| Ngmonitoring | <ul><li>Conprof:3 x 1 GB x 组件数量(表示每个组件每天占用约 1 GB,总共 3 天) + 20 GB 预留空间 </li><li> Top SQL:30 x 50 MB x 组件数量(每个组件每天占用约 50 MB,总共 30 天) </li><li> Top SQL 和 Conprof 共享预留空间</li></ul> | 不涉及 |
197197

198+
TiDB 支持 XFS 和 Ext4 文件系统。其他文件系统不推荐用于生产环境。
199+
198200
## 客户端 Web 浏览器要求
199201

200202
TiDB 提供了基于 [Grafana](https://grafana.com/) 的技术平台,对数据库集群的各项指标进行可视化展现。采用支持 Javascript 的微软 Edge、Apple Safari、Google Chrome、Mozilla Firefox 的较新版本即可访问监控入口。

0 commit comments

Comments
 (0)