[SWAR PLOT MANAGER] Intel i7-8700 12 threads | PYN SSD 2TB pcie x16 and 16Gb RAM | 500Gb 980pro m.2

Intel i7-8700 12 threads
16Gb ram
PYN SSD 2TB pcie x16
Samsung 980pro 500Gb ( 250gb usage SO ) M.2

I’m trying to configure, but my swar`s only do 6 at a time, can someone help me?

phase 1 time: 150 mins
phase 2 time: 72 mins
phase 3: 130 min
phase 4: 10 min

would it be from phase 3 that I can start new jobs without overflowing the ssd space?

global:
 
  max_concurrent: 12
  max_for_phase_1: 6 ( 4 for 1Tb ssd and 1 for 500Gb ssd )
  minimum_minutes_between_jobs: 0

jobs:

 - name: job1
    max_plots: 999
    farmer_public_key: 
    pool_public_key: 
    temporary_directory: /home/gpu/mineracao/ssds/pny_ssd_2tb
    temporary2_directory:
    destination_directory: /home/gpu/mineracao/plots/hdd_5tb_wdblack1
    size: 32
    bitfield: true
    threads: 10
    buckets: 128
    memory_buffer: 4000
    max_concurrent: 12
    max_concurrent_with_start_early: 12
    initial_delay_minutes: 0
    stagger_minutes: 2
    max_for_phase_1: 6
    concurrency_start_early_phase: 6
    concurrency_start_early_phase_delay: 0
    temporary2_destination_sync: true
    exclude_final_directory: false
    skip_full_destinations: true
    unix_process_priority: 10
    windows_process_priority: 32
    enable_cpu_affinity: true
    cpu_affinity: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]

  - name: job2
    max_plots: 999
    farmer_public_key: 
    pool_public_key: 
    temporary_directory: /home/gpu/mineracao/ssds/980pro_ssd_500gb
    temporary2_directory:
    destination_directory: /home/gpu/mineracao/plots/hdd_5tb_wdblack1
    size: 32
    bitfield: true
    threads: 2
    buckets: 128
    memory_buffer: 4000
    max_concurrent: 2
    max_concurrent_with_start_early: 2
    initial_delay_minutes: 5
    stagger_minutes: 0
    max_for_phase_1: 1
    concurrency_start_early_phase: 3
    concurrency_start_early_phase_delay: 0
    temporary2_destination_sync: true
    exclude_final_directory: false
    skip_full_destinations: true
    unix_process_priority: 10
    windows_process_priority: 32
    enable_cpu_affinity: true
    cpu_affinity: [ 10, 11 ]