From 72f3fbfa56cc70b24fea474d7c1e043f5036b9b4 Mon Sep 17 00:00:00 2001 From: Alex Sharov <AskAlexSharov@gmail.com> Date: Wed, 27 Apr 2022 11:45:13 +0700 Subject: [PATCH] Update README.md (#3984) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 870bd69f9b..7006664e09 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ changes but we don't guarantee anything. Things can and will break.** System Requirements =================== -For a full archive node we recommend >=3TB storage space on a single partition: 1.8TB state (as of March 2022), -200GB temp files (can symlink or mount folder `<datadir>/etl-tmp` to another disk). +For a full archive node of Mainnet we recommend >=3TB storage space on a single partition: 1.8TB state (as of March 2022), +200GB temp files (can symlink or mount folder `<datadir>/etl-tmp` to another disk). BSC: 7Tb SSD or NVMe. Do not recommend HDD - on HDD Erigon will always stay N blocks behind chain tip, but not fall behind. Bear in mind that SSD performance deteriorates when close to capacity. -- GitLab