summary refs log tree commit diff
path: root/docker/README.md
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2021-03-16 12:32:18 +0100
committerGitHub <noreply@github.com>2021-03-16 11:32:18 +0000
commitccf1dc51d7a2f261f91ef8d1442a7ddeccc632b8 (patch)
treeccc624692377ec5616f1d84d859479b5f6950df6 /docker/README.md
parentHandle an empty cookie as an invalid macaroon. (#9620) (diff)
downloadsynapse-ccf1dc51d7a2f261f91ef8d1442a7ddeccc632b8.tar.xz
Install jemalloc in docker image (#8553)
Co-authored-by: Will Hunt <willh@matrix.org>
Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 7b138df4d3..3a7dc585e7 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -204,3 +204,8 @@ healthcheck:
   timeout: 10s
   retries: 3
 ```
+
+## Using jemalloc
+
+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](../README.md)
\ No newline at end of file