madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 662 forks source link

NVME consumption when creating one plot; #871

Open aavvaavv opened 3 years ago

aavvaavv commented 3 years ago

NVME consumption when creating one plot; => 860 gb; not 75% less. Why is that? Thank you

altendky commented 3 years ago

My understanding is that the "75%" refers to the reduction of writes to tmp when you provide a tmp2. 25% of writes go to tmp and 75% go to tmp2 when you specify it. If you use a ramdisk for tmp2 then you end up with 75% less writes to an NVMe (than regular madmax). I don't know about the total writes, I figured they were roughly similar to chiapos, but... maybe someone else has checked.