]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
document 'masterfile-format map' vs 'vm.max_map_count'
authorMark Andrews <marka@isc.org>
Tue, 14 Sep 2021 06:02:46 +0000 (16:02 +1000)
committerMark Andrews <marka@isc.org>
Wed, 6 Oct 2021 23:22:10 +0000 (23:22 +0000)
doc/arm/reference.rst

index a455609b101b3ea13eebc6b1707c980d7b9ba18f..9b58e0a6990eb1fb4b5a3605203c3a90e93281eb 100644 (file)
@@ -6478,6 +6478,11 @@ some cases to convert ``map`` files to ``text`` format using
 ``named-compilezone`` before an upgrade, then back to ``map`` format with
 the new version of ``named-compilezone`` afterward.)
 
+The use of ``map`` format may also be limited by operating system
+mmap(2) limits like ``sysctl vm.max_map_count``.  For Linux, this
+defaults to 65536, which limits the number of mapped zones that can
+be used without increasing ``vm.max_map_count``.
+
 ``raw`` format uses network byte order and avoids architecture-
 dependent data alignment so that it is as portable as possible, but it is
 still primarily expected to be used inside the same single system. To