Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2008 14:08:15 +0000
From:      Mike Bristow <mike@urgle.com>
To:        =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= <des@des.no>
Cc:        hackers@freebsd.org
Subject:   Re: 'periodic daily' memory usage
Message-ID:  <479C904F.1040504@urgle.com>
In-Reply-To: <86k5lv1l84.fsf@ds4.des.no>
References:  <86k5lv1l84.fsf@ds4.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
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

*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?479C904F.1040504>