Help with SWAR Config for 3800x 64 gb ram and 2x Inland Platinum NVME

Hey, guys! I have the following rig.

  • AMD Ryzen 7 3800X (8c/16t)
  • 64GB (2x32GB) DDR4 3600MHz
  • ROG Strix B550-MOBO
  • 2x 2TB Inland Platinum NVME Gen3

Can you help with better settings to optimize the number of plots I can do per day and get the most out of my system, because my plot times are high right now. I have a feeling it is because I am using Gen3 NVME drives. I have a bat file that moves the plot to the destination drive so that is why the temp and dest drives are the same. Thank you!

This is the current settings that I use.

    global:
    max_concurrent: 8
    max_for_phase_1: 3
    minimum_minutes_between_jobs: 25
  

    jobs:
    - name: nvme1
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: E:\Plotter2
    temporary2_directory:
    destination_directory: E:\Plotter2
    size: 32
    bitfield: true
    threads: 4
    buckets: 128
    memory_buffer: 3600
    max_concurrent: 4
    max_concurrent_with_start_early: 4
    stagger_minutes: 35
    max_for_phase_1: 2
    concurrency_start_early_phase: 4
    concurrency_start_early_phase_delay: 0
    temporary2_destination_sync: false
    exclude_final_directory: true
    
    - name: nvme2
    max_plots: 999
    farmer_public_key:
    pool_public_key:
    temporary_directory: D:\Plotter1
    temporary2_directory:
    destination_directory: D:\Plotter1
    size: 32
    bitfield: true
    threads: 4
    buckets: 128
    memory_buffer: 3600
    max_concurrent: 6
    max_concurrent_with_start_early: 6
    stagger_minutes: 35
    max_for_phase_1: 2
    concurrency_start_early_phase: 4
    concurrency_start_early_phase_delay: 0
    temporary2_destination_sync: false
    exclude_final_directory: true