]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: Follow the number of CPU set by taskset/cpuset
authorOndřej Surý <ondrej@isc.org>
Thu, 29 Aug 2024 14:43:34 +0000 (14:43 +0000)
committerOndřej Surý <ondrej@isc.org>
Thu, 29 Aug 2024 14:43:34 +0000 (14:43 +0000)
commit9afcdc2b184e96b0ce5a62373cccaa9a804fb2f0
treee35a7df6a8d80f6dd47b89304aa1cd83a42323b6
parentb65533beff823eb5760b2ddc70676c273cd8adf7
parent5a2df8caf5c7c2def7266dc10dde60ef92d4ccb7
chg: usr: Follow the number of CPU set by taskset/cpuset

Administrators may wish to constrain the set of cores that BIND 9 runs on via the 'taskset', 'cpuset' or 'numactl' programs (or equivalent on other O/S).

If the admin has used taskset, the `named` will now follow to automatically use the given number of CPUs rather than the system wide count.

Closes #4884

Merge branch '4884-use-cpuset-to-get-number-of-cpus' into 'main'

Closes #4884

See merge request isc-projects/bind9!9398