]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: usr: Follow the number of CPU set by taskset/cpuset
authorNicki Křížek <nicki@isc.org>
Tue, 3 Sep 2024 13:52:42 +0000 (13:52 +0000)
committerNicki Křížek <nicki@isc.org>
Tue, 3 Sep 2024 13:52:42 +0000 (13:52 +0000)
commitce3209b1dcf45f182032045e6ad4e85ca042d85b
tree7b77a7f854078130515658fae029b9112a88ad1d
parent36e220646c24d5269a12826b2265fdb9df50e5a2
parent5255843f9b4b12019f87ef4564e54862f1aed8cc
[9.20] 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

Backport of MR !9398

Merge branch 'backport-4884-use-cpuset-to-get-number-of-cpus-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9442