diff options
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 |