From f7a4802beab3726b0adfead732bdeb5b6e40c79f Mon Sep 17 00:00:00 2001 From: H-Shay Date: Thu, 19 May 2022 14:47:55 +0000 Subject: deploy: eb4aaa1b4b828c7d2ab501f03ebe79b13c75b7e0 --- develop/usage/configuration/config_documentation.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'develop/usage') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index f56ea8d946..2ffaa2fccf 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1060,15 +1060,20 @@ at all.

cache_autotuning and its sub-options max_cache_memory_usage, target_cache_memory_usage, and min_cache_ttl work in conjunction with each other to maintain a balance between cache memory usage and cache entry availability. You must be using jemalloc -to utilize this option, and all three of the options must be specified for this feature to work.

+to utilize this option, and all three of the options must be specified for this feature to work. This option +defaults to off, enable it by providing values for the sub-options listed below. Please note that the feature will not work +and may cause unstable behavior (such as excessive emptying of caches or exceptions) if all of the values are not provided. +Please see the Config Conventions for information on how to specify memory size and cache expiry +durations.

-- cgit 1.5.1