Is it worth striping SSDs? Optimum job config #1123
Unanswered
SILENCEmzs
asked this question in
Q&A
Replies: 1 comment
-
I have a problem with this system. It crashes occasionally an I have to turn off/on the system. It's somehow hard freeze. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody. I have a system with specs below and recently started plotting Chia.
CPU: INTEL I9 10900k
M.B: ASUS Z590-F GAMING WIFI
RAM: GSKILL 64 GB BUS 4000 TRIDENT
SSD: 3* (M2 980PRO SAMSUNG 1TB)
I wanted to know if it's worth it to stripe the three SSDs? I'm currently plotting about 21 plots a day with three job configurations below:
name: 2
max_plots: 999
farmer_public_key:
pool_public_key:
temporary_directory:
destination_directory:
size: 32
bitfield: true
threads: 2
buckets: 128
memory_buffer: 5959
max_concurrent: 3
max_concurrent_with_start_early: 5
initial_delay_minutes: 0
stagger_minutes: 180
max_for_phase_1: 3
concurrency_start_early_phase: 5
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, 18, 19, 20, 21, 22, 23 ]
name: 3
max_plots: 999
farmer_public_key:
pool_public_key:
temporary_directory:
destination_directory:
size: 32
bitfield: true
threads: 2
buckets: 128
memory_buffer: 5959
max_concurrent: 3
max_concurrent_with_start_early: 5
initial_delay_minutes: 0
stagger_minutes: 180
max_for_phase_1: 2
concurrency_start_early_phase: 5
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, 18, 19, 20, 21, 22, 23 ]
Beta Was this translation helpful? Give feedback.
All reactions