File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ Update the Admin FAQ with the current libjemalloc version for latest Debian stable. Additionally update the name of the "push_rules" stream in the Workers documentation.
Original file line number Diff line number Diff line change @@ -250,10 +250,10 @@ Using [libjemalloc](https://jemalloc.net) can also yield a significant
250250improvement in overall memory use, and especially in terms of giving back
251251RAM to the OS. To use it, the library must simply be put in the
252252LD_PRELOAD environment variable when launching Synapse. On Debian, this
253- can be done by installing the ` libjemalloc1 ` package and adding this
253+ can be done by installing the ` libjemalloc2 ` package and adding this
254254line to ` /etc/default/matrix-synapse ` :
255255
256- LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
256+ LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
257257
258258This made a significant difference on Python 2.7 - it's unclear how
259259much of an improvement it provides on Python 3.x.
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ the stream writer for the `presence` stream:
535535# #### The `push_rules` stream
536536
537537The following endpoints should be routed directly to the worker configured as
538- the stream writer for the `push ` stream :
538+ the stream writer for the `push_rules ` stream :
539539
540540 ^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/
541541
You can’t perform that action at this time.
0 commit comments