Closed johnyoungberg closed 3 years ago
Why are you using both -t, -2, and -d if they are on the same drive? Just use -t. It looks to me like your drive can't handle the IO, and has exhausted its cache. What model are you using? Is it TLC NAND?
Yes it is TLC NAND (Inland). While I believe you are right, I'm trying to make sense of why the same issue isn't occurring on my other plotter that is using the same SSD and has 32GB RAM but uses a Ryzen 3700x single CPU
This issue has now spread to the Ryzen 3700x machine as well after updating to the current build. Using the windows binary 0.0.7 I was able to build plots with this exact setup in about 50-55 min. After updating to 0.1.1 for pool compatibility this system exhibits the same symptom.
Both plotters are plotting to the Inland 1TB NVMe which is TLC NAND.
can you check top
and see what the wa
(waiting) percentage is? (next to idle percentage)
It is less than 1% before the slow down and after it fluctuates between 5% and 15%
possibly related to #785
It is less than 1% before the slow down and after it fluctuates between 5% and 15%
That would indicate a problem with your SSDs
Did something change between v .0.0.6 and 0.1.1 that would have caused this SSD issue? Multiple systems with no hardware change and significant increases in plotting time.
Closing due to likely being hardware related.
During P1 Table 1,2,3 my CPU utilization is very high. Something is happening when it gets to Table 4 and the CPU utilization drops to less than 10 on each core and my plotting times increase significantly.
Plotting on Ubuntu 20.04. System specs: 2x E5-2650 v4 32GB DDR4 1tb NVME connected via PCIe tmp1 and tmp2 are both on the NVMe destination on the NVMe as well during testing
Running plotter with this command:
./chia-plotter/build/chia_plot -n 1 -r 24 -t /mnt/chia_tmp/tmp1/ -2 /mnt/chia_tmp/tmp2/ -d /mnt/chia_tmp/chia_plots/
Output (some unnecessary lines removed)
I haven't let the full plot finish yet running like this but I will add the remainder of the output when this plot completes.The full log has been added.