Plotman - two jobs one plot?

Im running plotman (development) on ubuntu 20.04

my config is:

scheduling:
        tmpdir_stagger_phase_major: 2
        tmpdir_stagger_phase_minor: 6
        tmpdir_stagger_phase_limit: 6
        tmpdir_max_jobs: 2
        global_max_jobs: 9
        global_stagger_m: 10
        polling_time_s: 20
plotting:
        k: 32
        e: False           
        n_threads: 2   
        n_buckets: 128   
        job_buffer: 5000   

What i trying to achive:

  • Maximum 6 plots at the same time before stage 2:6.
  • Maximum 9 plots at the same time globally.
  • 2 threads per plot.

"Job" is single plot or (2 threads per plot) 2 jobs = 1 plot?
Because on this list looks like there is 2 jobs per single plot.


1 Like