summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2024-05-09 10:51:36 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2024-05-09 10:51:36 +0000
commit6bec4ae657bc408b08cc8a2c9ef0fd101860a4e5 (patch)
treea226024fa30633db3cc63270e1a70aabd3c691b7 /develop/usage
parentdeploy: 4d408cb4dd3d433c7cf8fbcfd88c4da87af7c70d (diff)
downloadsynapse-6bec4ae657bc408b08cc8a2c9ef0fd101860a4e5.tar.xz
deploy: 4cf4a8281b822017527969d7b5077dfc5f7f0b39
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/administration/admin_faq.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/administration/admin_faq.html b/develop/usage/administration/admin_faq.html
index 82fef6efcc..f0967e4313 100644
--- a/develop/usage/administration/admin_faq.html
+++ b/develop/usage/administration/admin_faq.html
@@ -339,9 +339,9 @@ starting value.</p>
 improvement in overall memory use, and especially in terms of giving back
 RAM to the OS. To use it, the library must simply be put in the
 LD_PRELOAD environment variable when launching Synapse. On Debian, this
-can be done by installing the <code>libjemalloc1</code> package and adding this
+can be done by installing the <code>libjemalloc2</code> package and adding this
 line to <code>/etc/default/matrix-synapse</code>:</p>
-<pre><code>LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
+<pre><code>LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
 </code></pre>
 <p>This made a significant difference on Python 2.7 - it's unclear how
 much of an improvement it provides on Python 3.x.</p>