Skip to content

Commit

Permalink
feat(docs): Add additional recommended specs for running a node
Browse files Browse the repository at this point in the history
  • Loading branch information
wbnns committed Aug 6, 2024
1 parent 44912b2 commit 2e80ba2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](http://base.org/tutorials/run-a-base-node/#snapshots) (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

Expand Down

0 comments on commit 2e80ba2

Please sign in to comment.