'periodic daily' memory usage

Mike Bristow mike at urgle.com
Sun Jan 27 07:22:15 PST 2008


Dag-Erling Smørgrav wrote:
> An entirely different issue is why named uses so much memory...  does
> anybody know of a way to specify how much memory named may use for its
> cache?
>   

Something like :

options {
        directory       "/etc/namedb";
        pid-file        "/var/run/named/pid";
        *max-cache-size 10485760;
};


According to http://www.isc.org/sw/bind/arm94/Bv9ARM.ch06.html#options

*


More information about the freebsd-hackers mailing list