Re: difference in dnscache installs
James Sutherland <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 19, 2010 at 9:54 AM, richard lucassen <[email protected]> wrote: > > The thing is that I have around 180 dnscache running and none of these > show this problem. Only these two. The only difference is: > > cat DATALIMIT CACHESIZE > 44000000 > 40000000 > > These two instances of dnscache are quite busy indeed. That sounds like a possible culprit: if these names take 12 steps of recursion to resolve, presumably it's taking quite a long *time* to resolve them - so if the cache is busy, it may be giving up on that query while it's still part way through chasing all the levels of recursion. Are you seeing any "drop" entries in the cache logs on the affected machines? James.