[ARVADOS] updated: 2.1.0-62-g9ceb98dc7
Git user
git at public.arvados.org
Fri Feb 5 00:32:47 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 9ceb98dc7d9b0d41283048d9c121a71d2fb950e0 (commit)
from a3565501ab67bae652177a64f7ca1e1f7f3d70d9 (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 9ceb98dc7d9b0d41283048d9c121a71d2fb950e0
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 670352a3a..ee6ec8dc0 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -195,7 +195,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 a11376f40..a69b26240 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -201,7 +201,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