2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

Fix README related to --with-tuning

This commit is contained in:
Tinderbox User
2020-03-12 12:27:13 +00:00
committed by Matthijs Mekking
parent a972cf4360
commit 4b3b2e5dc7
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -232,7 +232,7 @@ github.com/farsightsec/fstrm and libprotobuf-c https://
developers.google.com/protocol-buffers, and BIND must be configured with developers.google.com/protocol-buffers, and BIND must be configured with
--enable-dnstap. --enable-dnstap.
Certain compiled-in constants and default settings can be increased to Certain compiled-in constants and default settings can be decreased to
values better suited to small machines, e.g. OpenWRT boxes, by specifying values better suited to small machines, e.g. OpenWRT boxes, by specifying
--with-tuning=small on the configure command line. This will decrease --with-tuning=small on the configure command line. This will decrease
memory usage by using smaller structures, but will degrade performance. memory usage by using smaller structures, but will degrade performance.

View File

@@ -249,7 +249,7 @@ and `libprotobuf-c`
[https://developers.google.com/protocol-buffers](https://developers.google.com/protocol-buffers), [https://developers.google.com/protocol-buffers](https://developers.google.com/protocol-buffers),
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 decreased to
values better suited to small machines, e.g. OpenWRT boxes, by specifying values better suited to small machines, e.g. OpenWRT boxes, by specifying
`--with-tuning=small` on the `configure` command line. This will decrease `--with-tuning=small` on the `configure` command line. This will decrease
memory usage by using smaller structures, but will degrade performance. memory usage by using smaller structures, but will degrade performance.