X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cb690390d4f253c3bbb9c543e243cf988f39fbb3..2c5a3dbd6b56ca39d7b105b821f7061d2b102a56:/doc/install/install-keep-web.html.textile.liquid diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid index b3c6386129..0b051e715d 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -163,6 +163,15 @@ Normally, Keep-web accepts requests for multiple collections using the same host In such cases -- for example, a site which is not reachable from the internet, where some data is world-readable from Arvados's perspective but is intended to be available only to users within the local network -- the downstream proxy should configured to return 401 for all paths beginning with "/c=" {% include 'notebox_end' %} +h3. Configure filesystem cache size + +Keep-web stores copies of recently accessed data blocks in @/var/cache/arvados/keep@. The cache size defaults to 10% of the size of the filesystem where that directory is located (typically @/var@) and can be customized with the @DiskCacheSize@ config entry. + + +
  Collections:
+    WebDAVCache:
+      DiskCacheSize: 20 GiB
+ {% assign arvados_component = 'keep-web' %} {% include 'install_packages' %}