[ARVADOS] updated: 1.1.1-150-g0632129

Git user git at public.curoverse.com
Mon Dec 4 17:53:28 EST 2017


Summary of changes:
 doc/install/install-keepstore.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  0632129bf7861a6ca3ef4ff4e21006a5f11e8be0 (commit)
       via  c50dc8052ca72ac1ead3236546e5f3d98beaeead (commit)
       via  0403d3bcd2003b0f88e0140ecfa8a62dae9bfd18 (commit)
      from  c53ad9bc61054880ae6d68db8b868556c7278a78 (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 0632129bf7861a6ca3ef4ff4e21006a5f11e8be0
Merge: c53ad9b c50dc80
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Mon Dec 4 17:52:40 2017 -0500

    Merge branch '12683-keepstore-buffers'
    
    refs #12683
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>


commit c50dc8052ca72ac1ead3236546e5f3d98beaeead
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Mon Dec 4 17:51:35 2017 -0500

    12683: Add #max-buffers anchor.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/doc/install/install-keepstore.html.textile.liquid b/doc/install/install-keepstore.html.textile.liquid
index 6adfc4c..2b4ee93 100644
--- a/doc/install/install-keepstore.html.textile.liquid
+++ b/doc/install/install-keepstore.html.textile.liquid
@@ -158,7 +158,7 @@ exec GOGC=10 keepstore \
 </code></pre>
 </notextile>
 
-The @-max-buffers@ argument limits keepstore's memory usage. It should be set such that @max-buffers * 64MiB + 10%@ 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 @-max-buffers=79 at .
+p(#max-buffers). The @-max-buffers@ argument limits keepstore's memory usage. It should be set such that @max-buffers * 64MiB + 10%@ 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 @-max-buffers=79 at .
 
 If you want access control on your Keepstore server(s), you must specify the @-enforce-permissions@ flag and provide a signing key. The @-blob-signing-key-file@ argument should be a file containing a long random alphanumeric string with no internal line breaks (it is also possible to use a socket or FIFO: keepstore reads it only once, at startup). This key must be the same as the @blob_signing_key@ configured in the "API server's":install-api-server.html configuration file, @/etc/arvados/api/application.yml at .
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list