From 5d47138b4677658da2b52d24f9e85b4742f6dc1d Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:34:55 +0100 Subject: [PATCH] Fix typo in `target_cache_memory_usage` docs (#17825) --- changelog.d/17825.doc | 1 + docs/usage/configuration/config_documentation.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/17825.doc diff --git a/changelog.d/17825.doc b/changelog.d/17825.doc new file mode 100644 index 0000000000..ee43667417 --- /dev/null +++ b/changelog.d/17825.doc @@ -0,0 +1 @@ +Fix typo in `target_cache_memory_usage` docs. \ No newline at end of file diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 1de2f68865..47e3ef1287 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1434,7 +1434,7 @@ number of entries that can be stored. Please see the [Config Conventions](#config-conventions) for information on how to specify memory size and cache expiry durations. * `max_cache_memory_usage` sets a ceiling on how much memory the cache can use before caches begin to be continuously evicted. - They will continue to be evicted until the memory usage drops below the `target_memory_usage`, set in + They will continue to be evicted until the memory usage drops below the `target_cache_memory_usage`, set in the setting below, or until the `min_cache_ttl` is hit. There is no default value for this option. * `target_cache_memory_usage` sets a rough target for the desired memory usage of the caches. There is no default value for this option.