mirror of
https://github.com/minio/docs.git
synced 2025-05-06 15:39:22 +03:00
We're getting a lot of repeated requests during inbounds on sizing VMs specifically. Our baremetal and K8s checklists are slightly generic to this and imply a baseline that may be uncommon within a virtualized context This attempts to bring together a slightly wider band while emphasizing that our high-watermark is intended for high performance, while the low watermark is a bare minimum. --------- Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com> Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2.2 KiB
2.2 KiB
Description | Minimum | Recommended | |
---|---|---|---|
circle |
Dedicated Baremetal or Virtual Hosts ("hosts"). | 4 dedicated hosts | 8+ dedicated hosts |
circle |
Dedicated locally-attached drives for each host <minio-hardware-checklist-storage> . |
4 drives per MinIO Server | 8+ drives per MinIO Server |
circle |
High speed network infrastructure <minio-hardware-checklist-network> . |
25GbE | 100GbE |
circle |
Server-grade CPUs with support for modern SIMD instructions (AVX-512), such as Intel® Xeon® Scalable or better. | 8 CPU/socket or vCPU per host | 16+ CPU/socket or vCPU per host |
circle |
Available memory to meet or exceed per-server usage <minio-hardware-checklist-memory>
by a reasonable buffer. |
32GB of available memory per host | 128GB+ of available memory per host |
Description | Minimum | Recommended | |
---|---|---|---|
circle |
Kubernetes worker nodes to exclusively service the MinIO Tenant. | 4 workers per Tenant | 8+ workers per Tenant |
circle |
Dedicated Persistent Volumes for the MinIO Tenant <minio-hardware-checklist-storage> . |
4 PV per MinIO Server pod | 8+ PV per MinIO Server pod |
circle |
High speed network infrastructure <minio-hardware-checklist-network> . |
25GbE | 100GbE |
circle |
Server-grade CPUs with support for modern SIMD instructions (AVX-512), such as Intel® Xeon® Scalable or better. | 4 vCPU per MinIO Pod | 8+ vCPU per MinIO Pod |
circle |
Available memory to meet or exceed per-server usage <minio-hardware-checklist-memory>
by a reasonable buffer. |
32GB of available memory per worker node | 128GB+ of available memory per worker node |