]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: usr: Follow the number of CPU set by taskset/cpuset
authorNicki Křížek <nicki@isc.org>
Tue, 3 Sep 2024 13:52:32 +0000 (13:52 +0000)
committerNicki Křížek <nicki@isc.org>
Tue, 3 Sep 2024 13:52:32 +0000 (13:52 +0000)
commit17efe703cc2506d4ae610395846ca04fca8f292d
tree77e4271af5d58756d1dfba3d43cc9ad58403905b
parent7f6e092c05d5d9fcd22fe158fed629f2f2562d78
parentc8f1fa0e474d00a78c55d40ee7fef1e286765f9a
[9.18] 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.18' into 'bind-9.18'

See merge request isc-projects/bind9!9443