Open lorado opened 3 years ago
It's counting file sizes of all files with the plot id in the temp directory so there might be something else going on with Linux that I wasn't able to account. Unfortunately, I do not have a Linux PC to debug this issue. Would be interesting to see if other people have this issue.
@lorado is this issue fixed in the new update or no?
Try version 0.1.0 to see if it fixes your issues. https://github.com/swar/Swar-Chia-Plot-Manager/releases/tag/v.0.1.0
There is a bug is in the get_temp_size function. This function is defined in plotmanager/library/utilities/processes.py. The temp size is double counted when temporary_directory and temporary2_directory are the same. To fix this, change the following line:
for file_path in directories:
to:
for file_path in set(directories):
Hello and thank you for this awesome software peace =)
I am testing it right now on windows and linux. I don't know why, but on my linux machine temp_size is showing a double of the real taken space (or so). On windows this column reports correct values.
Here is a snapshot:
Why do I have this issue? I am running from the venv which is delivered by chia-blockchain
OS: Ubuntu Server 20.04