mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-21 17:01:23 -05:00
Update named manual page (#40761)
(cherry picked from commit1a989c4322) (cherry picked from commit56a1cede21)
This commit is contained in:
parent
d7f3a35b30
commit
328ec79fe9
1 changed files with 3 additions and 2 deletions
|
|
@ -307,8 +307,9 @@
|
|||
worker threads to listen for incoming UDP packets on each
|
||||
address. If not specified, <command>named</command> will
|
||||
calculate a default value based on the number of detected
|
||||
CPUs: 1 for 1 CPU, 2 for 2-4 CPUs, and the number of
|
||||
detected CPUs divided by 2 for values higher than 4.
|
||||
CPUs: 1 for 1 CPU, and the number of detected CPUs
|
||||
minus one for machines with more than 1 CPU. This cannot
|
||||
be increased to a value higher than the number of CPUs.
|
||||
If <option>-n</option> has been set to a higher value than
|
||||
the number of detected CPUs, then <option>-U</option> may
|
||||
be increased as high as that value, but no higher.
|
||||
|
|
|
|||
Loading…
Reference in a new issue