# Increasing caching # This has potential to increase memory usage to 100m under heavy usage, but # I find that unlikely as almost everything is using so short TTLs and I am # not enforcing higher minimum TTL (cache-min-ttl, defaults to 0). # See also MEMORY CONTROL EXAMPLE in man unbound.conf server: # bytes in message cache, defaults to 4m msg-cache-size: 50m # bytes in rrset cache, defaults to 4m rrset-cache-size: 50m