diff options
author | David Robertson <davidr@element.io> | 2022-10-06 23:49:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 22:49:51 +0000 |
commit | 0c853e09709d52783efd37060ed9e8f55a4fc704 (patch) | |
tree | 9ac5e929eebcfd6b5a7ec0bb5d8ab640b12ff7b4 | |
parent | Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#1... (diff) | |
download | synapse-0c853e09709d52783efd37060ed9e8f55a4fc704.tar.xz |
Fix broken links to README (#14093)
-rw-r--r-- | changelog.d/14093.doc | 1 | ||||
-rw-r--r-- | docker/README.md | 2 | ||||
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/14093.doc b/changelog.d/14093.doc new file mode 100644 index 0000000000..cb1ff9490e --- /dev/null +++ b/changelog.d/14093.doc @@ -0,0 +1 @@ +Fix links to jemalloc documentation, which were broken in #13491. diff --git a/docker/README.md b/docker/README.md index 017f046c58..eda3221c23 100644 --- a/docker/README.md +++ b/docker/README.md @@ -241,4 +241,4 @@ healthcheck: Jemalloc is embedded in the image and will be used instead of the default allocator. You can read about jemalloc by reading the Synapse -[README](https://github.com/matrix-org/synapse/blob/HEAD/README.rst#help-synapse-is-slow-and-eats-all-my-ram-cpu). +[Admin FAQ](https://matrix-org.github.io/synapse/latest/usage/administration/admin_faq.html#help-synapse-is-slow-and-eats-all-my-ramcpu). diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 8a71a934ea..df3a62b27e 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1139,7 +1139,7 @@ number of entries that can be stored. * `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](https://github.com/matrix-org/synapse#help-synapse-is-slow-and-eats-all-my-ramcpu) + usage and cache entry availability. You must be using [jemalloc](../administration/admin_faq.md#help-synapse-is-slow-and-eats-all-my-ramcpu) 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. |