]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2458. [doc] ARM: update and correction for max-cache-size.
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Sat, 27 Sep 2008 23:50:37 +0000 (23:50 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Sat, 27 Sep 2008 23:50:37 +0000 (23:50 +0000)
[RT #18294]

CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index 6ecb695a9860f798f78575302ca294fd29977120..e943b15bc0cf5e0d993f3ee5e96fc8aa4e737e0b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2458.  [doc]           ARM: update and correction for max-cache-size.
+                       [RT #18294]
+
 2455.  [bug]           Stop metadata being transfered via axfr/ixfr.
                        [RT #18639]
 
index 9368d7483398139584d89d242fe608176f09d9fa..4ce75d7fcabd7131ba8aafd2ae4add0301c49b1b 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.27.2.95 2008/09/11 23:03:06 each Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.27.2.96 2008/09/27 23:50:37 jinmei Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -4228,13 +4228,25 @@ The default is <literal>100</literal>.</para>
              </varlistentry>
 
 <varlistentry><term><command>max-cache-size</command></term>
-<listitem><para>The maximum amount of memory to use for the
-server's cache, in bytes.  When the amount of data in the cache
+<listitem><para>
+The maximum amount of memory to use for the
+server's cache, in bytes.
+When the amount of data in the cache
 reaches this limit, the server will cause records to expire
-prematurely so that the limit is not exceeded.  In a server with
-multiple views, the limit applies separately to the cache of each
-view.  The default is <literal>unlimited</literal>, meaning that 
-records are purged from the cache only when their TTLs expire.
+prematurely so that the limit is not exceeded.
+A value of 0 is special, meaning that
+records are purged from the cache only when their
+TTLs expire.
+Another special keyword <literal>unlimited</literal>
+means the maximum value of 32-bit unsigned integers
+(0xffffffff), which may not have the same effect as
+0 on machines that support more than 32 bits of
+memory space.
+Any positive values less than 2MB will be ignored reset
+to 2MB.
+In a server with multiple views, the limit applies
+separately to the cache of each view.
+The default is 0.
 </para>
 </listitem></varlistentry>