From 0b0cb11423502951674ae5aa5c26780ffbfb7519 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 14 Oct 2024 11:15:12 +0100 Subject: [PATCH 1/2] Fix typo in `target_cache_memory_usage` docs --- docs/usage/configuration/config_documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 1fb5f8a1f4d0949331fa4f1bc059ac1b758aa788 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 14 Oct 2024 11:16:01 +0100 Subject: [PATCH 2/2] newsfile --- changelog.d/17825.doc | 1 + 1 file changed, 1 insertion(+) 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