Skip to content

feat(disk): handle disk maxing out better#555

Open
OisinKyne wants to merge 1 commit into
mainfrom
oisin/full-node
Open

feat(disk): handle disk maxing out better#555
OisinKyne wants to merge 1 commit into
mainfrom
oisin/full-node

Conversation

@OisinKyne
Copy link
Copy Markdown
Contributor

Summary

My node is crashing because its maxing out on disk because reth default is archive and takes up > 85% of a 4TB disk, and thus gets pods evicted for disk pressure.

This changes the default to full node, makes archive an option (idt i've tested this beyond reth)

Also fixes a linux bug for showing disk free, to warn about this earlier.

Good future scope would be allowing to sync a more selective archive node, e.g. only after a certain block, if you're trying to index a modern DeFi app/use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant