From 0810be42fe3bc0215dd9b6edaad0a9e4ef6802a6 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Thu, 4 Feb 2021 19:31:58 -0500 Subject: [PATCH] The configuration parameter is MaxKeepBlobBuffers, not MaxBuffers. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- lib/config/config.default.yml | 2 +- lib/config/generated_config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 771dc2ee79..4c817852e0 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -197,7 +197,7 @@ Clusters: # * 1.1) fits comfortably in memory. On a host dedicated to running # Keepstore, divide total memory by 88MiB to suggest a suitable value. # For example, if grep MemTotal /proc/meminfo reports MemTotal: 7125440 - # kB, compute 7125440 / (88 * 1024)=79 and configure MaxBuffers: 79 + # kB, compute 7125440 / (88 * 1024)=79 and set MaxKeepBlobBuffers: 79 MaxKeepBlobBuffers: 128 # API methods to disable. Disabled methods are not listed in the diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index a202a54047..9d1ec706d5 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -203,7 +203,7 @@ Clusters: # * 1.1) fits comfortably in memory. On a host dedicated to running # Keepstore, divide total memory by 88MiB to suggest a suitable value. # For example, if grep MemTotal /proc/meminfo reports MemTotal: 7125440 - # kB, compute 7125440 / (88 * 1024)=79 and configure MaxBuffers: 79 + # kB, compute 7125440 / (88 * 1024)=79 and set MaxKeepBlobBuffers: 79 MaxKeepBlobBuffers: 128 # API methods to disable. Disabled methods are not listed in the -- 2.30.2