From fedc036e4bfc5efeee05a1abb1d83c710cfc80ca Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 20 Apr 2021 18:27:43 -0400 Subject: [PATCH 1/2] update default config.yaml values --- src/plotman/resources/plotman.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plotman/resources/plotman.yaml b/src/plotman/resources/plotman.yaml index 209ed3ad..bdc64874 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 + e: False # Use -e plotting option n_threads: 8 # Threads per job n_buckets: 128 # Number of buckets to split data into - job_buffer: 4520 # Per job memory + job_buffer: 3389 # Per job memory # If specified, pass through to the -f and -p options. See CLI reference. # farmer_pk: ... # pool_pk: ... From 971d9b1d52a65bfabe1c090390d71a7cec017b3f Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 21 Apr 2021 22:19:05 -0400 Subject: [PATCH 2/2] align with CLI defaults --- src/plotman/resources/plotman.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plotman/resources/plotman.yaml b/src/plotman/resources/plotman.yaml index bdc64874..b2b69cb3 100644 --- a/src/plotman/resources/plotman.yaml +++ b/src/plotman/resources/plotman.yaml @@ -110,9 +110,9 @@ scheduling: plotting: k: 32 e: False # Use -e plotting option - n_threads: 8 # Threads per job + n_threads: 2 # Threads per job n_buckets: 128 # Number of buckets to split data into - job_buffer: 3389 # 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: ...