diff --git a/src/pages/guide/node/system-requirements.mdx b/src/pages/guide/node/system-requirements.mdx index c7a07f2..0b43ca7 100644 --- a/src/pages/guide/node/system-requirements.mdx +++ b/src/pages/guide/node/system-requirements.mdx @@ -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 |