From 8cabb11b48117157d8ed858b5fe8158edce3498e Mon Sep 17 00:00:00 2001 From: ncabatoff Date: Thu, 11 Jun 2020 16:20:36 -0400 Subject: [PATCH] Clarify cache setting. (#9204) --- website/pages/docs/configuration/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/configuration/index.mdx b/website/pages/docs/configuration/index.mdx index 299d3a1d4b78..471e37aa5581 100644 --- a/website/pages/docs/configuration/index.mdx +++ b/website/pages/docs/configuration/index.mdx @@ -61,7 +61,7 @@ to specify where the configuration is. Vault cluster. If omitted, Vault will generate a value. When connecting to Vault Enterprise, this value will be used in the interface. -- `cache_size` `(string: "32000")` – Specifies the size of the read cache used +- `cache_size` `(string: "131072")` – Specifies the size of the read cache used by the physical storage subsystem. The value is in number of entries, so the total cache size depends on the size of stored entries.