]> 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:21:53 +0000 (15:21 +0300)
commit46664bfe5dec04f6512d780d6e845f4df3ca06b8
treeee789b7425da481ff9bea6a55cc46c51f7f30acb
parent1015ccf6a238e397fd8d18bd59fb83467dc3886a
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/unix/os.c