This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Description
Description
My logs are full of the following warnings
2021-08-31 22:02:23,539 - synapse.metrics.jemalloc - 176 - WARNING - sentinel - Failed to read jemalloc stats.resident: Failed to call mallctl
2021-08-31 22:02:23,539 - synapse.metrics.jemalloc - 176 - WARNING - sentinel - Failed to read jemalloc stats.metadata: Failed to call mallctl
Steps to reproduce
- enable jemalloc by setting the environment variable e.g.
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
- enable metrics collection
The server and metrics appear to still be working properly so I'm not sure what the impact of this warning is.
Version information
If not matrix.org:
OS: Ubuntu 18.04.5 LTS
Virtualized: Yes