mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Mention that on a threaded Linux build, the amount of memory is not the
sum of that of each "process".
This commit is contained in:
parent
3bd43bb300
commit
56b086c18d
1 changed files with 3 additions and 1 deletions
4
FAQ
4
FAQ
|
|
@ -45,7 +45,9 @@ BIND 8 incorrectly accepted files that had neither.
|
|||
Q: Why do I see 5 (or more) copies of named on Linux?
|
||||
|
||||
A: Linux threads each show up as a process under ps. The approximate
|
||||
number of threads running is n+4, where n is the number of CPUs.
|
||||
number of threads running is n+4, where n is the number of CPUs. Note that
|
||||
the amount of memory used is not cumulative; if each process is using 10M of
|
||||
memory, only a total of 10M is used.
|
||||
|
||||
|
||||
Q: Why does BIND 9 log "permission denied" errors accessing its
|
||||
|
|
|
|||
Loading…
Reference in a new issue