-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Waste space in lotus Home. #6130
Comments
I also see most of these issues (now running 1.9.0-rc1)
|
Why do you think this is a bug? or this is more like an improvements request? |
Implement automatic compaction without restart |
@jennijuju not sure if you are asking this to @stuberman or me. |
Original Ticket updated to reflect current status |
my kvlog is 100GiB under v1.11.1-rc1 , insanely big. I upgrade to v1.11.2-rc2 and let you know. |
my kvlog is 900GiB under 1.13.0+mainnet+git.7a55e8e89 |
just went to 1.1TB and broke my miner node. ( |
Here are the cbor sizes on my machine - I have not touched them in many months
lotus-miner/config.toml
|
Its usually normal. But sometimes something happens and lotus goes haywire and stuffs that log with data, filling up my disk, breaking all other log files because of 0 diskspace. |
Hey @s0nik42! Thank you so much for this comprehensive list of issues regarding waste space.. But I think it´s time to close this and rather create seperate tickets for the rest of these things, so it´s easier to keep track of and easier to surface. NB: The most pressing of these issues as I see it: the looping logs causing the kvlog to become large really fast has been fixed in #8338 Thanks again! |
Describe the bug
I'm creating this issue to Highlight that small individual bugs that are consuming space in the lotus home folder start to be a big problem when they all together consume more than 100GiB/day additionnal space
We almost have to clean up the .lotus and .lotusminer every 2 days to avoid being out of space.
Version (run
lotus version
):Daemon: 1.8.0+mainnet+git.5c56017db+api1.2.0
Local: lotus version 1.8.0+mainnet+git.5c56017db
1/ .lotus/journal (15GiB/day) #5291
2/ .lotus/kvlog/metadata/*.cbor (8GiB/day)3/ .lotusminer/kvlog/metadata/*.cbor (8GiB/day)
4/ .lotusminer/fstmp (32GiB for each car file imported via offline deals) #5291 #5591
5/ .lotus/datastore/client (
2GiB34GiB)36/ .lotus/datastore/staging (seems to be solved) #55696/ .lotusminer/datastore/staging (489G)
7/ lotus-miner backup : > 1.3GiB
Expected behavior
Should clean/produce less data automatically without having to restart and manually clean them
PS : @jennijuju @ribasushi . We discussed that 2 weeks ago during our minerX call.
The text was updated successfully, but these errors were encountered: