The configuration parameter is MaxKeepBlobBuffers, not MaxBuffers.
authorWard Vandewege <ward@curii.com>
Fri, 5 Feb 2021 00:31:58 +0000 (19:31 -0500)
committerWard Vandewege <ward@curii.com>
Fri, 5 Feb 2021 00:32:36 +0000 (19:32 -0500)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

lib/config/config.default.yml
lib/config/generated_config.go

index 670352a3a006e03e49dabf8360493c5c9c0995ed..ee6ec8dc03c3d413f7c11c453f24507dc171afd8 100644 (file)
@@ -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
index a11376f4003d3b92881400e2e20671d980783a63..a69b26240387571bf1a3121139213a96564eed7b 100644 (file)
@@ -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