Thanks for the additional details. I just wanted to confirm the service was actually working as intended before going further than that.
This isn't necessarily an issue, as this is the default behavior for a BIND nameserver. Here is what I see on a CentOS 7 server when I restart named:
Code:
Log Messages
Mar 3 07:31:58 10-2-33-26 named[27845]: command channel listening on 127.0.0.1#953
Mar 3 07:31:58 10-2-33-26 named[27845]: none:104: 'max-cache-size 90%' - setting to 1798MB (out of 1998MB)
Mar 3 07:31:58 10-2-33-26 named[27845]: set up managed keys zone for view external, file 'external.mkeys'
Mar 3 07:31:58 10-2-33-26 named[27845]: none:104: 'max-cache-size 90%' - setting to 1798MB (out of 1998MB)
I did try adding the value to the named.conf file as outlined here:
Limiting the Memory a Name Server Uses / BIND Name Server Configuration from DNS & BIND Cookbook
flylib.com
but that caused startup errors.
If you want to ensure the named system will use less RAM, you may want to think about switching over to PowerDNS, as that is the DNS server we include with all new installations of cPanel at this time.