synapse/docs/usage/administration
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
..
admin_api Fix various typos in docs (#17114) 2024-04-26 18:10:45 +00:00
monitoring Add another custom statistics collection server (#16769) 2024-01-02 11:54:12 +00:00
README.md Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086) 2021-06-03 17:20:40 +01:00
admin_faq.md docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking (#17709) 2024-10-07 08:37:39 +00:00
database_maintenance_tools.md Update database_maintenance_tools.md (#15083) 2023-02-20 14:29:13 +00:00
monthly_active_users.md Update legacy `synapse_admin_mau:` metric names in docs (#14358) 2022-11-03 20:47:20 +00:00
request_log.md Fix typo 2023-12-13 16:37:10 +00:00
state_groups.md Port wiki pages to documentation website (#11402) 2021-12-01 10:12:19 -08:00
understanding_synapse_through_grafana_graphs.md Fix typo 2023-12-13 16:37:10 +00:00
useful_sql_for_admins.md Add query to update local cache of a remote user's device list to docs (#16892) 2024-03-14 13:53:25 +00:00

README.md

Administration

This section contains information on managing your Synapse homeserver. This includes:

  • Managing users, rooms and media via the Admin API.
  • Setting up metrics and monitoring to give you insight into your homeserver's health.
  • Configuring structured logging.