summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2022-12-15 04:04:01 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2022-12-15 04:04:01 +0000
commite047ea007ff3146aa61cdd8e34b25af7f4734b0a (patch)
treeab0bfff4d469018d4d095e2ce790b07ef4e996e8 /develop/usage
parentdeploy: d567a8265fd6dc35084398a873eca485bd94cc74 (diff)
downloadsynapse-e047ea007ff3146aa61cdd8e34b25af7f4734b0a.tar.xz
deploy: 046320b9b602957b258587a62a63c2508ea31c23
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index ab15c6704b..b563c1d400 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -1084,7 +1084,7 @@ durations.</p>
 <li><code>max_cache_memory_usage</code> 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 <code>target_memory_usage</code>, set in
 the setting below, or until the <code>min_cache_ttl</code> is hit. There is no default value for this option.</li>
-<li><code>target_memory_usage</code> sets a rough target for the desired memory usage of the caches. There is no default value
+<li><code>target_cache_memory_usage</code> sets a rough target for the desired memory usage of the caches. There is no default value
 for this option.</li>
 <li><code>min_cache_ttl</code> sets a limit under which newer cache entries are not evicted and is only applied when
 caches are actively being evicted/<code>max_cache_memory_usage</code> has been exceeded. This is to protect hot caches