Skip to content

Exclude the ADB hashmaps from ADB overmem accounting

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.

Closes #3739 (closed)

Merge request reports