Replies: 3 comments 4 replies
-
name your plots in advanced options and queue each one up. The differently named plots will plot in parrallel. I have found if you queue more than 3-4 it crashes at some point, but it will at least get you through the nights. |
Beta Was this translation helpful? Give feedback.
-
agreed, using the queues are probably the next step. if you're using CLI though and I guess non-windows (although I imagine this will work on windows soon) you can check out https://github.com/ericaltendorf/plotman. this acts as an orchestration layer and can run your plotting commands in a loop, make sure you always have the right number of plots running, and perform staggering so that the plotting jobs are running on different phases. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, guys. Now I'm able to write my own CLI script. Works great. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a 1T SSD as cache. With v1.04 software I was able to run 4 plots in parallel (6min delay) successfully. Well my CPU is kind of old so it took 12 hours to finish. I hate to set an alarm clock to get up at 3AM to start 4 new plots. I know there is a plot queue. But the headache is, the queue only runs 1 plot, which is a huge waste. How can I run 4 plots in parallel continuously? In a ideal way I'm expecting if any plot finished successfully, 1 new plot would start automatically, thus there are N plots always running at any given time.
Beta Was this translation helpful? Give feedback.
All reactions