Skip to content

What happens when the storage at 'LOTUS_PATH' runs out? #9341

Discussion options

You must be logged in to vote

For the Lotus node, you never want to run out of disk space. One good solution is to use the split store feature for the chain and then separate the cold store [chain] and symlink it to a larger HDD. Keep the rest of the chain (splitstore) on fast disk like NVMe.

du -sch .lotus/datastore/* | sort -rh

1.2T total
1019G /.lotus/datastore/chain
163G /.lotus/datastore/splitstore
51M /.lotus/datastore/metadata
848K /.lotus/datastore/client
20K /.lotus/datastore/staging

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stuberman
Comment options

@LoganC034
Comment options

@rjan90
Comment options

Answer selected by rjan90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants