windows-plotman icon indicating copy to clipboard operation
windows-plotman copied to clipboard

python plotman.py interactive Automatically shut down after running for 5 seconds

Open aisuyi065 opened this issue 4 years ago • 1 comments

python plotman.py interactive Automatically shut down after running for 5 seconds Below are my settings, is this correct?

Where to plot and log.

directories: # One directory in which to store all plot job logs (the STDOUT/ # STDERR of all plot jobs). In order to monitor progress, plotman # reads these logs on a regular basis, so using a fast drive is # recommended. log: C:\Users\suyi.chia\mainnet\log\debug.log

    # One or more directories to use as tmp dirs for plotting.  The
    # scheduler will use all of them and distribute jobs among them.
    # It assumes that IO is independent for each one (i.e., that each
    # one is on a different physical device).
    #
    # If multiple directories share a common prefix, reports will
    # abbreviate and show just the uniquely identifying suffix.
    tmp:
            - G:\7
            - G:\2
            - G:\3
            - H:\1
            - H:\3
            - H:\2
            - H:\2
            - H:\5
            - H:\6
            - H:\7

aisuyi065 avatar Apr 29 '21 05:04 aisuyi065

comment all folders except the 1st one and check whether it will be working. pre-made folders before starting plotman is a good idea too.

asukahan avatar Apr 30 '21 23:04 asukahan