Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update size-your-cluster.md #16201

Merged
merged 2 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tidb-cloud/size-your-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The supported vCPU and RAM sizes include the following:
- 4 vCPU, 16 GiB
- 8 vCPU, 16 GiB
- 16 vCPU, 32 GiB
- 32 vCPU, 64 GiB

> **Note:**
>
Expand Down Expand Up @@ -88,6 +89,7 @@ The supported vCPU and RAM sizes include the following:
- 8 vCPU, 32 GiB
- 8 vCPU, 64 GiB
- 16 vCPU, 64 GiB
- 32 vCPU, 128 GiB

> **Note:**
>
Expand Down Expand Up @@ -169,6 +171,7 @@ The supported node storage of different TiKV vCPUs is as follows:
| 4 vCPU | 200 GiB | 2048 GiB | 500 GiB |
| 8 vCPU | 200 GiB | 4096 GiB | 500 GiB |
| 16 vCPU | 200 GiB | 6144 GiB | 500 GiB |
| 32 vCPU | 200 GiB | 6144 GiB | 500 GiB |

> **Note:**
>
Expand All @@ -186,6 +189,7 @@ The supported vCPU and RAM sizes include the following:

- 8 vCPU, 64 GiB
- 16 vCPU, 128 GiB
- 32 vCPU, 256 GiB

Note that TiFlash is unavailable when the vCPU and RAM size of TiDB or TiKV is set as **4 vCPU, 16 GiB**.

Expand All @@ -209,6 +213,7 @@ The supported node storage of different TiFlash vCPUs is as follows:
|:---------:|:----------------:|:----------------:|:--------------------:|
| 8 vCPU | 200 GiB | 2048 GiB | 500 GiB |
| 16 vCPU | 200 GiB | 2048 GiB | 500 GiB |
| 32 vCPU | 200 GiB | 2048 GiB | 500 GiB |

> **Note:**
>
Expand Down
Loading