You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RRSets currently use far too much memory due to preallocation of pointers. This may lead to issues with cache size in the future. We should dynamically allocate them ldns-style.
The text was updated successfully, but these errors were encountered:
RRSets currently use far too much memory due to preallocation of pointers. This may lead to issues with cache size in the future. We should dynamically allocate them ldns-style.
The text was updated successfully, but these errors were encountered: