[ARVADOS] updated: 2.1.0-384-g0810be42f
Git user
git at public.arvados.org
Fri Feb 5 00:32:17 UTC 2021
Summary of changes:
lib/config/config.default.yml | 2 +-
lib/config/generated_config.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 0810be42fe3bc0215dd9b6edaad0a9e4ef6802a6 (commit)
from fdaa80f645f6eb32cb770beefd0a1ba0c864bf84 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0810be42fe3bc0215dd9b6edaad0a9e4ef6802a6
Author: Ward Vandewege <ward at curii.com>
Date: Thu Feb 4 19:31:58 2021 -0500
The configuration parameter is MaxKeepBlobBuffers, not MaxBuffers.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 771dc2ee7..4c817852e 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 a202a5404..9d1ec706d 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list