2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

CHANGES note, update README.md an manpage.

This commit is contained in:
Witold Kręcicki
2020-02-07 08:57:56 +01:00
parent 737501b0d3
commit d77cad8a41
3 changed files with 11 additions and 8 deletions

View File

@@ -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 5354. [bug] dnssec-policy created new KSK keys when zone is in
initial stage of signing (the DS is not yet in initial stage of signing (the DS is not yet in
rumoured or omnipresent state). Fix by checking rumoured or omnipresent state). Fix by checking

View File

@@ -242,11 +242,9 @@ and `libprotobuf-c`
and BIND must be configured with `--enable-dnstap`. and BIND must be configured with `--enable-dnstap`.
Certain compiled-in constants and default settings can be increased to Certain compiled-in constants and default settings can be increased to
values better suited to large servers with abundant memory resources (e.g, values better suited to small machines, e.g. OpenWRT boxes, by specifying
64-bit servers with 12G or more of memory) by specifying `--with-tuning=small` on the `configure` command line. This will decrease
`--with-tuning=large` on the `configure` command line. This can improve memory usage by using smaller structures, but will degrade performance.
performance on big servers, but will consume more memory and may degrade
performance on smaller systems.
On Linux, process capabilities are managed in user space using On Linux, process capabilities are managed in user space using
the `libcap` library, which can be installed on most Linux systems via the `libcap` library, which can be installed on most Linux systems via

View File

@@ -294,9 +294,9 @@
<para> <para>
Allow <command>named</command> to use up to Allow <command>named</command> to use up to
<replaceable class="parameter">#max-socks</replaceable> sockets. <replaceable class="parameter">#max-socks</replaceable> sockets.
The default value is 4096 on systems built with default The default value is 21000 on systems built with default
configuration options, and 21000 on systems built with configuration options, and 4096 on systems built with
"configure --with-tuning=large". "configure --with-tuning=small".
</para> </para>
<warning> <warning>
<para> <para>