Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/pages/guide/node/system-requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ These are the minimum and recommended system requirements for running a validato
It is likely, that the nodes will not require as much resources at the beginning of the chain,
but we still highly recommend to follow the recommended specifications. This will allow for future growth and scalability.

Consensus state can live on a lower performance volume (for example, EBS), but execution state needs NVMe storage.
If you want to separate them, use `--datadir` for execution data and `--consensus.datadir` for consensus data.

## RPC Node

| Component | Minimum | Recommended |
Expand Down