]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reduce the nodelock count for both cache and regular rbtdb
authorOndřej Surý <ondrej@isc.org>
Mon, 19 Jul 2021 08:17:12 +0000 (10:17 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 21 Jul 2021 15:03:33 +0000 (17:03 +0200)
commitbceda720e420cd22e60c7a407535746281efb33b
treeba21683244c7fd5caa1db5fe37422e33add129fc
parentfc0dd7191cb287d6a414d7f599bc115ef150c631
Reduce the nodelock count for both cache and regular rbtdb

Increasing the nodelock count had major impact on the memory footprint
in scenarios where multiple rbtdb structure would be created like
hosting many zones in a single server.

This reverts commit 03446843856a3efbaaec41409b5eea5542501118 and sets
the nodelock count to previously used values.
lib/dns/rbtdb.c