]> 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:00:15 +0000 (17:00 +0200)
commit6b24460a408032eca5a50f945f1d1d8a65099bf4
treea4e4addae44c7a5e8dcaa436f12385a93989f131
parent5a04b5bb1ad907be1bd5abd36e7bb7485066d60c
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