From fb05db2f1002bbe492f9cce81c08a6925baf5418 Mon Sep 17 00:00:00 2001 From: wbnns Date: Tue, 17 Sep 2024 14:26:34 +0000 Subject: [PATCH] docs(readme): Add additional recommended specs for running a node (#307) * feat(docs): Add additional recommended specs for running a node * docs(readme): Drop page anchor to snapshot section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9cf5b0..eb0d01e1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ We recommend you have this hardware configuration to run a node: - a modern multi-core CPU with good single-core performance - at least 16 GB RAM (32 GB recommended) -- a high performance SSD drive (NVME recommended) with at least 750GB (full node) or 4.5TB (archive node) free +- a locally attached NVMe SSD drive +- adequate storage capacity to accommodate both the snapshot restoration process (if restoring from snapshot) and chain data, ensuring a minimum of (2 \* current_chain_size) + snapshot_size + 20%\_buffer + +**Note:** If utilizing Amazon Elastic Block Store (EBS), ensure timing buffered disk reads are fast enough in order to avoid latency issues alongside the rate of new blocks added to Base during the initial synchronization process; `io2 block express` is recommended. ### Troubleshooting