]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
also note new syntax 8908/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 6 Mar 2020 10:13:54 +0000 (11:13 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 6 Mar 2020 10:13:54 +0000 (11:13 +0100)
docs/performance.rst

index e605132e806c77c67e4105dd7cea3a51e717b226..8446fb23b2bc2e300f168b7af5f96e6bd40517bf 100644 (file)
@@ -132,6 +132,7 @@ Several users have reported that ``4`` works well for them.
 Via ``systemctl edit pdns`` you can put ``Environment=MALLOC_ARENA_MAX=4`` in your pdns unit file to enable this tweak.
 
 Note that `newer glibc versions replace MALLOC_ARENA_MAX with a different setting syntax <https://www.gnu.org/software/libc/manual/html_node/Tunables.html#Tunables>`__.
+The new syntax is ``GLIBC_TUNABLES=glibc.malloc.arena_max=4``, please check which syntax is valid for your glibc version (it is quite likely that both syntaxes will work).
 
 Performance Monitoring
 ----------------------