[9fans] how large should dns get? - Plan9
This is a discussion on [9fans] how large should dns get? - Plan9 ; We've installed a Barracuda box as a crap filter and it has put some
stress on our dns server. Dns was breaking, so I un-unioned the RR
data structure and added a nil pointer check one place and it stays
...
-
[9fans] how large should dns get?
We've installed a Barracuda box as a crap filter and it has put some
stress on our dns server. Dns was breaking, so I un-unioned the RR
data structure and added a nil pointer check one place and it stays
up now. But how big will it get?
dennis 1107095 0:07 0:01 114804K Pread 8.dns.test
dennis 1107096 7:38 12:15 114804K Pread 8.dns.test
dennis 2768413 0:00 0:00 114804K Open 8.dns.test
dennis 3154164 0:00 0:00 114804K Pread 8.dns.test
Looks like 115 megs and counting. Will it stabilize
or is there a memory leak?
-
Re: [9fans] how large should dns get?
> Looks like 115 megs and counting. Will it stabilize
> or is there a memory leak?
There is a memory leak.
Too bad too, since I thought I had gotten the last one. ;-)
leak(1) is your friend, though you might want to run it
before dns gets quite so big.
Russ