Skip to content

Exclude the ADB hashmaps from ADB overmem accounting [v9.18]

The ADB overmem accounting would include the memory used by hashtables thus vastly reducing the space that can be used for ADB names and entries when the hashtables would grow. Create own memory context for the ADB names and entries hash tables.

(cherry picked from commit 59dee0b0)

Closes #3739 (closed)

Merge request reports