madMAx43v3r / chia-gigahorse

221 stars 32 forks source link

RAM usage continuously increases with each new plot #112

Open demadera opened 1 year ago

demadera commented 1 year ago

I've noticed that when creating plots, the RAM usage slowly goes up with each plot created until there's no more RAM left and then kills the plotting process. Why is RAM usage slowly increasing with each created plot?

madMAx43v3r commented 1 year ago

There is a small increase over time due to different timings since RAM is allocated on demand. It should not grow linearly though, at some point, after 100 plots or so it should stay constant.

zhurakovsky01 commented 1 year ago

What options do you use when creating plots?

Block-Captain commented 1 year ago

I've noticed that when creating plots, the RAM usage slowly goes up with each plot created until there's no more RAM left and then kills the plotting process. Why is RAM usage slowly increasing with each created plot?

What's the specs of your machine? OS?