Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

What Does Disk Usage Go Up Continually, Even More So in Pruned Mode? #10948

Answered by arkpar
zicklag asked this question in Q&A
Discussion options

You must be logged in to vote

Pruning setting only affects the state available. I.e. with pruning 100 you can query the state of the last 100 finalized blocks, but no further. The nodes still stores full history of block headers, bodies and signatures.

You can also try using experimental --keep-blocks option, that limits stored block body history, but still keeps the headers. Note that if all the nodes on your network don't have the block history, your only option to sync a new node with the network is to use fast or warp sync.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@zicklag
Comment options

Answer selected by cheme
Comment options

You must be logged in to vote
1 reply
@zicklag
Comment options

Comment options

You must be logged in to vote
1 reply
@zicklag
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants