-
|
Hello, I’m currently syncing an archive node and facing some storage-space constraints. I have two questions:
Thanks in advance for any guidance — I want to make sure I set things up correctly given my storage limitations. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I also notice |
Beta Was this translation helpful? Give feedback.
-
|
no, you can't switch between node types after it starts syncing. this is stated at https://reth.rs/run/faq/pruning/ The node type that was chosen when first running a node cannot be changed after the initial sync. Turning Archive into Pruned, or Pruned into Full is not supported.afaik, restoring from a snapshot still requires space in memory, Reth needs to ingest the full snapshot before it begins to sync |
Beta Was this translation helpful? Give feedback.
no, you can't switch between node types after it starts syncing. this is stated at https://reth.rs/run/faq/pruning/
afaik, restoring from a snapshot still requires space in memory, Reth needs to ingest the full snapshot before it begins to sync