diff options
author | Mathieu Velten <matmaul@gmail.com> | 2021-03-16 12:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 11:32:18 +0000 |
commit | ccf1dc51d7a2f261f91ef8d1442a7ddeccc632b8 (patch) | |
tree | ccc624692377ec5616f1d84d859479b5f6950df6 /docker/README.md | |
parent | Handle an empty cookie as an invalid macaroon. (#9620) (diff) | |
download | synapse-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.md | 5 |
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 |