dns.exe high memory usage in Server 2008 R2

11 May

Here is an interesting problem with DNS service. I have a new domain with domain controller running Server 2008 R2. I’ve noticed that the server is using more memory than expected. The DNS service is using 605MB of RAM which way too much.

I’ve checked on the other domain which have Server 2003 R2 domain controller and DNS service on these domain contoller are using ~20MB.
After spending some time reading forums and blogs I’ve found that theis is related to KB953230 .
Here is a nice blog about that KB http://msmvps.com/blogs/acefekay/archive/2009/09/03/the-dns-cache-poisoning-vulnerability-microsoft-kb953230-patch-and-ports-reservation-explained.aspx

The amount of memory consumed is relatated to the amount of UDP ports opened which is 2500.
If you have IPV6 and IPV4 running on the host then there will be 5000 ports opened, so simply by disabling IPV6 the memory usage dropped to 300MB but that is still too high.
Also the more cores you have the more memory will be consumed(don’t know how DNS  is related to CPU cores). In my case I have 2 quad core CPUs and also Hyper Threading enabled. So simply by disabling Hyper Threading in the BIOS the memory usage dropped by half to 150MB.
The last option is to set the SocketPool size from 2500 to a lower number and this will drop the memory again but I don’t think that is a good option from a security point as the less port you have the bigger the risk.
here is the command to lower the SocketPool to 1000 ports:
Dnscmd /Config /SocketPoolSize 1000

I’ll keep digging to find more information about this problem.

Update: OK here is a small update regarding this issue. I’ve been in contact with Microsoft support and was told that the DNS service works as designed. By default there are 2500 random UDP ports assigned for DNS. As I already wrote because 2008R2 comes with IPv6 enabled out of the box then we have a total 5000 UDP ports allocated. Now memory has to be allocated for UDP packets per each logical CPU. So the more logical CPUs you have the more memory DNS.EXE will use.
As it stands the solutions are as I already wrote:
1. Disable IPv6 if not used.
2. Disable Hyper Threading (I don’t think there is much use of it on domain controller)
3. If the server is not facing the Internet then you can reduce the SocketPool size

Tags: , ,

17 Responses

  1. k4li says:

    Hello,

    I have the same problem with one of my two DC.
    DNS.exe (1st DC) uses 608MB and 311MB (2nd DC).

    On the first DC, I’d disable IPV6 but DNS.exe is still at 608MB.

    The DCs are HP Proliant DL 380 G6 with two Quad Core (HT enable).

    So the problem on the 1st DC is that the DNS Service stop sometimes and I need to restart it.

  2. k4li says:

    It’s already done, but it doesn’t works :/

  3. ruben says:

    For what it’s worth: I discovered that when I start a Hyper-v virtual machine, the memory consumption went down to a ridiculous all-time low. What’s up with that?

  4. Lucas says:

    Good Night.
    Thank you so much Andrius, it really works. Now i’ve 300mb consumption. I’ll not disable HT.

    Keep doing your good job !!

  5. User says:

    It is so good to see that Microsoft still knows how to eat the RAM from the servers, think about the servers were you have more 8 CPUs and 10 cores on each of them 😀

    Of course you can as why to have DNS service there, but is the DNS only which is behaving badly?

    In my mind server should eat the RAM as it needed, e.g. on the silence server it should be able to release RAM when it see, 5000 connections is never needed.

    But who cares, RAM is almost free 🙁

  6. Sebastian says:

    Hi,
    thank you for this helpful article. It helped me to solve this problem.

  7. […] ebenfalls sehr interessantenn Artikel über dieses Thema findest du hier […]

  8. Thanks man. It worked like a charm. Now my DNS.exe only uses 154MB.

  9. Andre Pawlas says:

    Muito bom tutorial , testei a eliminação do ipv6 e funcionou.caiu o uso de memória pela metade.

  10. Straight From The Source

    dns.exe high memory usage in Server 2008 R2 | IT Blog

  11. […] May be relevant – dns.exe high memory usage in Server 2008 R2 | IT Blog […]

  12. bastien m says:

    Thanks Man, thanks to your tip my DNS server memory went from 1.4Gb to 300Mb on win 2012 R2 🙂

  13. money saving tips

    dns.exe high memory usage in Server 2008 R2 | IT Blog

  14. Alex says:

    Hi there,

    thank you for your articel! It helped for me!

    Before: DNS 1,2 GB RAM
    After: DNS appr. 200 MB Ram

    Problem Solved for me:
    Disabled IPv6
    Dnscmd /Config /SocketPoolSize 1000
    Restart DNS Service

    Nice Regards

Leave a Reply to User

IT Blog

Just another blog on Kozeniauskas.com Network