Skip to content

Reduce the nodelock count for both cache and regular rbtdb

Ondřej Surý requested to merge ondrej/reduce-the-node-lock-count into main

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 03446843 and sets the nodelock count to previously used values.

Closes: #2829 (closed)

Edited by Ondřej Surý

Merge request reports