diff --git a/src/plotman/resources/plotman.yaml b/src/plotman/resources/plotman.yaml index 209ed3ad..b2b69cb3 100644 --- a/src/plotman/resources/plotman.yaml +++ b/src/plotman/resources/plotman.yaml @@ -109,10 +109,10 @@ scheduling: # https://github.com/Chia-Network/chia-blockchain/wiki/CLI-Commands-Reference#create plotting: k: 32 - e: True # Use -e plotting option - n_threads: 8 # Threads per job + e: False # Use -e plotting option + n_threads: 2 # Threads per job n_buckets: 128 # Number of buckets to split data into - job_buffer: 4520 # Per job memory + job_buffer: 4608 # Per job memory # If specified, pass through to the -f and -p options. See CLI reference. # farmer_pk: ... # pool_pk: ...