Stop / ramp down plotman #497
Replies: 3 comments 2 replies
-
Global max should hopefully work. |
Beta Was this translation helpful? Give feedback.
-
plotman is just a wrapper around the command "chia plots create" once a plot is kicked off, it will continue to keep going. Running "plotman interactive" will kick off new jobs if the criteria is met. You can exit out of plotman interactive or set the global max to 0. I've done both. Also because it is just a wrapper around chia, you can add/remove tmp/dst drives and restart plotman and it will start using those. Another option I've done is that once the drive get close to full I remove it from the yaml file so no more plots are placed there. If need be, I top it off with plots from other drives. |
Beta Was this translation helpful? Give feedback.
-
just reinforcing what cyperbg and JoshuaEstes said. set global max to 0 and reload interactive so you can still watch progress but no new jobs will fire. |
Beta Was this translation helpful? Give feedback.
-
Say i have 7 parallel plots, how can I tell plotman to stop creating new jobs.. is there i need to tell config yaml? Or shall I set everything / global max to 0?
What happens to currently running plots if i change the config.yaml?
Beta Was this translation helpful? Give feedback.
All reactions