What's new

Dns cache

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Note also that the latest dnsmasq (in the Merlin 386 alpha) limits your ability to greatly expand the cache size since it causes a performance hit.
 
Note also that the latest dnsmasq (in the Merlin 386 alpha) limits your ability to greatly expand the cache size since it causes a performance hit.
Do you happen to know that limit of the cache size?
 
Do you happen to know that limit of the cache size?
Actually, it turns out he made another change.....now issue a warning instead of enforcing a limit. Warning is set for cache > 10000
Code:
my_syslog(LOG_WARNING, _("cache size greater than 10000 may cause performance issues, and is unlikely to be useful."));
 
Actually, it turns out he made another change.....now issue a warning instead of enforcing a limit. Warning is set for cache > 10000
Code:
my_syslog(LOG_WARNING, _("cache size greater than 10000 may cause performance issues, and is unlikely to be useful."));
Thanks a bunch, will use that in AB as well.
 
Nobody so far ever showed me a cache usage of 100%. Every DNS record has an associated TTL (Time To Live) value, meaning that they expire within a few hours at most, so nobody with an home network as ever managed to fill up the 1500 entries cache. And as pointed out, larger caches will negatively impact performance rather than help.
 
How to increase dns cache with last Merlin ?
If you use AB-Solution, there are experimental settings es in the sub menu sm. When enabled you have the option to set the Dnsmasq cache-size between 500 and 10000.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top