From 8856a870d605327202f9eaf58496ebe7b969fde0 Mon Sep 17 00:00:00 2001 From: George Milescu Date: Tue, 19 Mar 2024 14:33:00 +0200 Subject: [PATCH] Update hardware.md Updated minimum storage requirements. --- docs/validator/hardware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validator/hardware.md b/docs/validator/hardware.md index 2dcaaa0..af2e948 100644 --- a/docs/validator/hardware.md +++ b/docs/validator/hardware.md @@ -16,7 +16,7 @@ This page covers the minimum and recommended hardware requirements for engaging | CPU | x86_64 (Intel, AMD) processor with at least 8 physical cores | | CPU Features | CMPXCHG16B, POPCNT, SSE4.1, SSE4.2, AVX | | RAM | 24GB DDR4 | -| Storage | 1TB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) | +| Storage | 2TB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) | Verify CPU feature support by running the following command on Linux: @@ -33,7 +33,7 @@ lscpu | grep -P '(?=.*avx )(?=.*sse4.2 )(?=.*cx16 )(?=.*popcnt )' > /dev/null \ | CPU | x86_64 (Intel, AMD) processor with at least 8 physical cores | | CPU Features | CMPXCHG16B, POPCNT, SSE4.1, SSE4.2, AVX | | RAM | 16GB DDR4 | -| Storage | 500GB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) | +| Storage | 1TB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) | Verify CPU feature support by running the following command on Linux: