From 2d15d25b2eaa0a815524bf3cccac2abdfb7ff3b2 Mon Sep 17 00:00:00 2001 From: BasilHorowt <82249557+BasilHorowt@users.noreply.github.com> Date: Sat, 24 Apr 2021 21:17:03 -0700 Subject: [PATCH] Update default buffer option to 3389 to match Chia default As per the [previous PR](https://github.com/ericaltendorf/plotman/pull/139), Plotman's default config should track the default Chia options to make things simpler. As per 1.1.2, Chia actually defaults to 3389 for the buffer: https://github.com/Chia-Network/chia-blockchain/commit/d0649fb57407cfffbaec7baeba86fd76ecb51770 --- src/plotman/resources/plotman.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plotman/resources/plotman.yaml b/src/plotman/resources/plotman.yaml index b2b69cb3..1b644c28 100644 --- a/src/plotman/resources/plotman.yaml +++ b/src/plotman/resources/plotman.yaml @@ -112,7 +112,7 @@ plotting: e: False # Use -e plotting option n_threads: 2 # Threads per job n_buckets: 128 # Number of buckets to split data into - job_buffer: 4608 # 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: ...