From 3e0a9441779b3fa201c426cac608ac1ff9567aff Mon Sep 17 00:00:00 2001 From: YonasW Date: Tue, 1 Oct 2024 16:02:38 +0100 Subject: [PATCH] updated storage requirements --- docs/run-a-node/storage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/run-a-node/storage.md b/docs/run-a-node/storage.md index ca63d1a..3bd835c 100644 --- a/docs/run-a-node/storage.md +++ b/docs/run-a-node/storage.md @@ -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.