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

It's called vCPUs #352

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/installation/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Hardware requirements are based on the size of your K3s cluster. For production

The following are the minimum CPU and memory requirements for nodes in a high-availability K3s server:

| Deployment Size | Nodes | VCPUS | RAM |
| Deployment Size | Nodes | vCPUs | RAM |
|:---------------:|:---------:|:-----:|:-----:|
| Small | Up to 10 | 2 | 4 GB |
| Medium | Up to 100 | 4 | 8 GB |
Expand All @@ -223,7 +223,7 @@ K3s supports different databases including MySQL, PostgreSQL, MariaDB, and etcd.

The following is a sizing guide for the database resources you need to run large clusters:

| Deployment Size | Nodes | VCPUS | RAM |
| Deployment Size | Nodes | vCPUs | RAM |
|:---------------:|:---------:|:-----:|:-----:|
| Small | Up to 10 | 1 | 2 GB |
| Medium | Up to 100 | 2 | 8 GB |
Expand Down
Loading