How to prune archive node's snapshot for running a fullnode? #17513
Unanswered
pythonberg1997
asked this question in
Help
Replies: 1 comment
-
Then I tried to set the prune mode to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run a base fullnode. I’ve downloaded the snapshot, but the snapshot provided by reth is for an archive node—it’s too large that my server can barely accommodate it. So, I want to perform pruning before I start to sync. I tried setting
account_history
andstorage_history
to a distance of 10,064 in the config to prune the data. However, perhaps because there is too much data, the pruning process tends to get stuck for a long time and then eventually exits. Do you have any recommended solutions for this situation?Beta Was this translation helpful? Give feedback.
All reactions