summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-10-06 22:50:34 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-10-06 22:50:34 +0000
commitf0e7410fa6c150bbcd069c0172f526521c185ac6 (patch)
treefccee38e5d31740d3c32ced5aeaddbdec25509ff /develop/usage
parentdeploy: 44741aa85ba740df185549dc759a9e38ad51c16b (diff)
downloadsynapse-f0e7410fa6c150bbcd069c0172f526521c185ac6.tar.xz
deploy: 0c853e09709d52783efd37060ed9e8f55a4fc704
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 1e36efd593..4f7dd4f526 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -1074,7 +1074,7 @@ Defaults to 2m.</p>
 <li>
 <p><code>cache_autotuning</code> and its sub-options <code>max_cache_memory_usage</code>, <code>target_cache_memory_usage</code>, and
 <code>min_cache_ttl</code> work in conjunction with each other to maintain a balance between cache memory
-usage and cache entry availability. You must be using <a href="https://github.com/matrix-org/synapse#help-synapse-is-slow-and-eats-all-my-ramcpu">jemalloc</a>
+usage and cache entry availability. You must be using <a href="../administration/admin_faq.html#help-synapse-is-slow-and-eats-all-my-ramcpu">jemalloc</a>
 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.