Skip to content

Commit e8e3c3f

Browse files
dveedenti-chi-bot
authored andcommitted
This is an automated cherry-pick of pingcap#21379
Signed-off-by: ti-chi-bot <[email protected]>
1 parent ced40d0 commit e8e3c3f

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

.lycheeignore

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,27 @@ file://.*?http:/\$%7BPD_IP%7D:\$%7BPD_PORT%7D/dashboard.*
1414
http://\{grafana-ip\}:3000
1515
http://\{pd-ip\}:2379/dashboard
1616
http://localhost:\d+/
17-
https://github\.com/\$user/(docs|docs-cn)
17+
<<<<<<< HEAD
18+
https://github\.com/\$user/(docs|docs-cn)
19+
=======
20+
https://github\.com/\$user/(docs|docs-cn)
21+
https://linux\.die\.net/man.*
22+
https://dev\.mysql\.com/doc/.+/5.7/en/.*
23+
https://dev\.mysql\.com/doc/.+/8\.0/en/.*
24+
https://dev\.mysql\.com/doc/.+/8\.4/en/.*
25+
https://dev\.mysql\.com/doc/[a-z\-]+/en/.*
26+
https://dev\.mysql\.com/doc/relnotes/[a-z\-]+/en/.*
27+
https://dev\.mysql\.com/doc/dev/mysql-server/.*
28+
https://dev\.mysql\.com/downloads/.*
29+
https://bugs\.mysql\.com/bug\.php.*
30+
https://www\.mysql\.com/products/.*
31+
https://platform\.openai\.com/docs/.*
32+
https://openai\.com/.*
33+
https://jwt\.io/
34+
https://typeorm\.io/.*
35+
https://dash\.cloudflare\.com/.*
36+
https://centminmod\.com/mydumper\.html
37+
https://docs\.pingcap\.com/tidb/v6\.6/system-variables#tidb_pessimistic_txn_aggressive_locking-new-in-v660
38+
https://docs\.pingcap\.com/tidb/v7\.6/system-variables#tidb_ddl_version-new-in-v760
39+
https://developers\.redhat\.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level
40+
>>>>>>> 21916eefd3 (hardware-and-software-requirements: Add note about supported filesystems (#21379))

hardware-and-software-requirements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ You can deploy and run TiDB on the 64-bit generic hardware server platform in th
166166

167167
| Component | CPU | Memory | Local Storage | Network | Number of Instances (Minimum Requirement) |
168168
| :------: | :-----: | :-----: | :----------: | :------: | :----------------: |
169-
| TiDB | 8 core+ | 16 GB+ | [Disk space requirements](#disk-space-requirements) | Gigabit network card | 1 (can be deployed on the same machine with PD) |
169+
| TiDB | 8 core+ | 16 GB+ | [Storage requirements](#storage-requirements) | Gigabit network card | 1 (can be deployed on the same machine with PD) |
170170
| PD | 4 core+ | 8 GB+ | SAS, 200 GB+ | Gigabit network card | 1 (can be deployed on the same machine with TiDB) |
171171
| TiKV | 8 core+ | 32 GB+ | SAS, 200 GB+ | Gigabit network card | 3 |
172172
| TiFlash | 32 core+ | 64 GB+ | SSD, 200 GB+ | Gigabit network card | 1 |
@@ -242,7 +242,7 @@ As an open-source distributed SQL database, TiDB requires the following network
242242
| Alertmanager | 9093 | the port for the alert web service |
243243
| Alertmanager | 9094 | the alert communication port |
244244

245-
## Disk space requirements
245+
## Storage requirements
246246

247247
<table>
248248
<thead>
@@ -286,6 +286,8 @@ As an open-source distributed SQL database, TiDB requires the following network
286286
</tbody>
287287
</table>
288288

289+
TiDB supports the XFS and Ext4 file systems. Other file systems are not recommended for production environments.
290+
289291
## Web browser requirements
290292

291293
TiDB relies on [Grafana](https://grafana.com/) to provide visualization of database metrics. A recent version of Internet Explorer, Chrome or Firefox with Javascript enabled is sufficient.

0 commit comments

Comments
 (0)