diff --git a/docs/deployments/deployment-preparation/hardware-requirements.md b/docs/deployments/deployment-preparation/hardware-requirements.md index 3e0a3ba8..a56dad90 100644 --- a/docs/deployments/deployment-preparation/hardware-requirements.md +++ b/docs/deployments/deployment-preparation/hardware-requirements.md @@ -12,13 +12,14 @@ network bandwidth, and free space on the boot disk. ### Overview -| Node Type | vCPU(s) | RAM (GB) | Locally Attached Storage | Network Performance | Free Boot Disk | Number of Nodes | -|---------------|---------|------------------------|--------------------------|---------------------|----------------|------------------| -| Storage Node | 8+ | 6+ DDR4 (1) | 1x dedicated NVMe | 10 GBit/s | 10 GB | 3 (2) | +| Node Type | vCPU(s) | RAM (GB) | Locally Attached Storage | Network Performance | Free Boot Disk | Number of Nodes | +|---------------|---------|-------------------------|------------------------------------------|---------------------|----------------|------------------| +| Storage Node | 8+ | 12+ DDR4 (1) | 1x dedicated NVMe (2) | 10 GBit/s | 10 GB | 3 (3) | 1 Simplyblock highly recommends DDR5 memory on storage nodes for optimal performance.
-2 The required number of nodes is only valid for erasure coding scheme 1+1. +2 For production setup, this number is two. +3 The required number of nodes is only valid for erasure coding scheme 1+1.
---