synapse/changelog.d
Henrique beb7a951f4
docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking (#17709)
Added a note in the documentation suggesting that users may set
`PYTHONMALLOC=malloc` when using `jemalloc`. This allows jemalloc to
track memory usage more accurately by bypassing Python's internal
small-object allocator (`pymalloc`), helping to ensure that
`cache_autotuning` functions as expected.

This doc change aims to provide more clarity for users configuring
jemalloc with Synapse.


Based on:
4ac783549c/synapse/metrics/jemalloc.py (L198-L201)
2024-10-07 08:37:39 +00:00
..
.gitignore
17709.doc docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking (#17709) 2024-10-07 08:37:39 +00:00
17749.doc Remove spurious TODO in debian install step (#17749) 2024-09-26 13:18:28 +01:00
17751.misc Minor perf speed up for large accounts on SSS (#17751) 2024-09-30 12:58:02 +01:00
17765.misc Optimise notifier (#17765) 2024-09-30 12:58:13 +01:00
17766.misc Optimise notifier mk2 (#17766) 2024-09-30 13:32:31 +01:00
17767.misc Fix perf when streams don't change often (#17767) 2024-09-30 13:52:33 +01:00
17768.misc Add fast path for sliding sync streams that only ask for extensions (#17768) 2024-09-30 12:59:50 +01:00
17771.misc Reduce overhead of sliding sync E2EE loops (#17771) 2024-09-30 13:00:14 +01:00
17776.doc explain load balancing for federation_sender_instances (#17776) 2024-10-03 22:01:33 +00:00
17779.bugfix Fix NAME attribute of ReplicationRemovePusherRestServlet (#17779) 2024-10-04 09:53:35 +01:00
17780.bugfix Don't say MSC4140 is supported when it's disabled (#17780) 2024-10-04 13:42:34 +01:00