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:
|
||
|---|---|---|
| .. | ||
| admin_api | ||
| monitoring | ||
| admin_faq.md | ||
| database_maintenance_tools.md | ||
| monthly_active_users.md | ||
| README.md | ||
| request_log.md | ||
| state_groups.md | ||
| understanding_synapse_through_grafana_graphs.md | ||
| useful_sql_for_admins.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.