]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix named failing to start on Solaris systems with hundreds of CPUs
authorArtem Boldariev <artem@boldariev.com>
Wed, 19 Oct 2022 12:26:48 +0000 (15:26 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 20 Oct 2022 12:15:10 +0000 (15:15 +0300)
commit43c8e8b9d6baeb75a49948361ba01a72e1e54514
treeae143f61bf690b66befc901a7680ec59a807d942
parentd11843bdfcb59c80a9837e9ae291164286848e15
Fix named failing to start on Solaris systems with hundreds of CPUs

This commit fixes a startup issue on Solaris systems with
many (reportedly > 510) CPUs by bumping RLIMIT_NOFILE. This appears to
be a regression from 9.11.

(cherry picked from commit fff01fe7eb738ef086a1b4b1712cefbe0c3243cf)
bin/named/os.c