diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-05 16:54:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 16:54:36 +0100 |
commit | ef889c98a6cde0cfa95f7fdaf7f99ec3c1e9bb7f (patch) | |
tree | 2809f8a1254ec06f888753aa487b140317dd880d /changelog.d | |
parent | Limit how often GC happens by time. (#9902) (diff) | |
download | synapse-ef889c98a6cde0cfa95f7fdaf7f99ec3c1e9bb7f.tar.xz |
Optionally track memory usage of each LruCache (#9881)
This will double count slightly in the presence of interned strings. It's off by default as it can consume a lot of resources.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9881.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9881.feature b/changelog.d/9881.feature new file mode 100644 index 0000000000..088a517e02 --- /dev/null +++ b/changelog.d/9881.feature @@ -0,0 +1 @@ +Add experimental option to track memory usage of the caches. |