Replies: 3 comments 6 replies
-
according to Plot Sizes (k-sizes) in Wiki page |
Beta Was this translation helpful? Give feedback.
-
your command example has |
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The cache uses much more than 256.6 GB that was claimed on 1.0.4. Command-line was executed on ubuntu.
To Reproduce
Steps to reproduce the behavior:
. ./activate && chia plots create -e -k 32 -b 3390 -r 1 -u 128 -n 1 -t /cache/01 -2 /cache/02 -d /chia
while true; do du . --max-depth=1 >> test.log; sleep 600; done
Expected behavior
The cache used at
/cache/01
should be 256.6GB, not >300GBScreenshots
Desktop (please complete the following information):
Additional context
Reference:
https://chiadecentral.com/chia-plotting-improvements-in-version-1-04/
Beta Was this translation helpful? Give feedback.
All reactions