Skip to content

restore isc_mem_setwater() call in the cache

Evan Hunt requested to merge 4340-fix-max-cache-size into main

the call to isc_mem_setwater() was incorrectly removed from dns_cache_setcachesize(). the water() function is a no-op, but we still need to set high- and low-water marks in the memory context, otherwise overmem conditions will not be detected.

Closes #4340 (closed)

Merge request reports