Skip to content

Commit

Permalink
updated storage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
YonasW committed Oct 1, 2024
1 parent 8c0666c commit 3e0a944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/run-a-node/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ This guide details the process of running a storage node, including hardware spe

| Component | Storage Node | Storage KV |
|-----------|--------------|------------|
| Memory | 16 GB RAM | 4 GB RAM |
| CPU | 4 cores | 2 cores |
| Memory | 32 GB RAM | 32 GB RAM |
| CPU | 8 cores | 8 cores |
| Disk | 500GB / 1TB NVMe SSD | Size matches the KV streams it maintains |
| Bandwidth | 500 Mbps (Download / Upload) | - |
| Bandwidth | 100 Mbps (Download / Upload) | - |

:::note
- For Storage Node: The NVMe SSD ensures fast read/write operations, critical for efficient blob storage and retrieval.
Expand Down

0 comments on commit 3e0a944

Please sign in to comment.