You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I need help to optimize my configuration file
I have a Xeon e5 2697-v3 (14c 28t) with 64G ram
1 Nvme WD Blue SN550 2Tb
1 Nvme WD Blue SN550 1Tb
I made a first configuration by trying to take example on other discussions
name : 2To
max_plots : 999
farmer_public_key :
public_key_pool:
temporary_folder : D:
temporary_directory2 :
destination_directory:
- F:
- G:
- H:
- I:
size : 32
bitfield : true
threads: 4
buckets : 128
memory_buffer : 5000
max_concurrent : 8
max_concurrent_with_start_early : 8
initial_delay_minutes : 0
offset_minutes : 30
max_for_phase_1 : 3
competition_start_early: 4
concurrency_start_early_phase_delay : 0
temporary2_destination_sync : false
exclude_final_directory : false
skip_full_destinations : true
unix_process_priority : 10
Windows process priority: 32
enable_cpu_affinity : false
cpu_affinity : [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ,16,17 ]
max_plots : 999
farmer_public_key :
pool_public_key:
directory_temporary:
destination_directory :
size : 32
bitfield : true
threads: 3
buckets : 128
memory_buffer : 5000
max_concurrent : 4
max_concurrent_with_start_early : 12
initial_delay_minutes: 0
offset_minutes: 30
max_for_phase_1 : 2
competition_start_early_phase : 4
concurrency_start_early_phase_delay : 0
temporary2_destination_sync : false
exclude_final_directory : false
skip_full_destinations : true
unix_process_priority: 10
Windows process priority: 32
enable_cpu_affinity : false
cpu_affinity : [18, 19, 20, 21, 22, 24, 25, 26,27 ]
What can I improve to gain performance?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions