I'm running the following version:
BIND 9.16.13 (Stable Release) <id:072e758>
running on FreeBSD amd64 12.2-RELEASE-p4 FreeBSD 12.2-RELEASE-p4 GENERIC
Since this version 9.16.x is running on my server the process memory blows up to 52 GB (TOP: SIZE/RES column) of memory. Some configuration options to limit the cache memory fails but now I have used the option "-M" with the value "external". After the named process was restarted the memory is pinned at 125 MB of memory. Have anybody the same issue? My nameserver is NOT under heavy load.
BIND 9.16.13 (Stable Release) <id:072e758>
running on FreeBSD amd64 12.2-RELEASE-p4 FreeBSD 12.2-RELEASE-p4 GENERIC
Since this version 9.16.x is running on my server the process memory blows up to 52 GB (TOP: SIZE/RES column) of memory. Some configuration options to limit the cache memory fails but now I have used the option "-M" with the value "external". After the named process was restarted the memory is pinned at 125 MB of memory. Have anybody the same issue? My nameserver is NOT under heavy load.
Code:
Here the part of "named" manual:
-M option
This option sets the default memory context options. If set to
"external", the internal memory manager is bypassed in favor of
system-provided memory allocation functions. If set to "fill",
blocks of memory are filled with tag values when allocated or
freed, to assist debugging of memory problems. nofill disables
this behavior, and is the default unless named has been compiled
with developer options.