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:31:58 +0000 (19:31 -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 771dc2ee799584e4853c5e59c1769bd46bf44509..4c817852e05fbd8c67ad2b15b157e6103aae633f 100644 (file)
@@ -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
index a202a540476ed54a36097244005c24822503ccf2..9d1ec706d5a9b6440fa2a1a76e9a4b532e0e2127 100644 (file)
@@ -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