Why are there so many vlog files under my node? Can I delete them? #6136
-
Beta Was this translation helpful? Give feedback.
Answered by
magik6k
Apr 27, 2021
Replies: 1 comment
-
What directory are they in? If this is in There is a way to reduce the size of this directory - follow the steps in https://docs.filecoin.io/get-started/lotus/chain/#compacting-the-chain-data (If this isn't |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dayou5168
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What directory are they in?
If this is in
.lotus/datastore/chain
, this is chain data, and removing them will break your node.There is a way to reduce the size of this directory - follow the steps in https://docs.filecoin.io/get-started/lotus/chain/#compacting-the-chain-data
(If this isn't
.lotus/datastore/chain
, then it depends on exactly what directory you're talking about)