]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES note, update README.md an manpage.
authorWitold Kręcicki <wpk@isc.org>
Fri, 7 Feb 2020 07:57:56 +0000 (08:57 +0100)
committerWitold Kręcicki <wpk@isc.org>
Fri, 7 Feb 2020 08:01:50 +0000 (09:01 +0100)
CHANGES
README.md
bin/named/named.docbook

diff --git a/CHANGES b/CHANGES
index 52d2e1b570fad73b28ae2eb50398f68490247aa4..98834bc53f1a7eeee2d287b10308f605b2597fa4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5355.  [func]          What was set with --with-tuning=large option in
+                       older BIND9 versions is now a default, and
+                       a --with-tuning=small option was added for small
+                       (e.g. OpenWRT) systems. [GL !2989]
+
 5354.  [bug]           dnssec-policy created new KSK keys when zone is in
                        initial stage of signing (the DS is not yet in
                        rumoured or omnipresent state).  Fix by checking
index 19d0ec187ed3b8f9902e1a7e7b77e64bb1cfde12..ddd60f8ce9151cce2143c55335266dfc8ecf5e32 100644 (file)
--- a/README.md
+++ b/README.md
@@ -242,11 +242,9 @@ and `libprotobuf-c`
 and BIND must be configured with `--enable-dnstap`.
 
 Certain compiled-in constants and default settings can be increased to
-values better suited to large servers with abundant memory resources (e.g,
-64-bit servers with 12G or more of memory) by specifying
-`--with-tuning=large` on the `configure` command line. This can improve
-performance on big servers, but will consume more memory and may degrade
-performance on smaller systems.
+values better suited to small machines, e.g. OpenWRT boxes, by specifying
+`--with-tuning=small` on the `configure` command line. This will decrease
+memory usage by using smaller structures, but will degrade performance.
 
 On Linux, process capabilities are managed in user space using
 the `libcap` library, which can be installed on most Linux systems via
index dfde567d38de4ce60a3e4dac406ed251f3d45e3b..59d6e37f42877b0bb253d7c7a871b192e838758b 100644 (file)
           <para>
             Allow <command>named</command> to use up to
             <replaceable class="parameter">#max-socks</replaceable> sockets.
-            The default value is 4096 on systems built with default
-            configuration options, and 21000 on systems built with
-            "configure --with-tuning=large".
+            The default value is 21000 on systems built with default
+            configuration options, and 4096 on systems built with
+            "configure --with-tuning=small".
           </para>
           <warning>
             <para>