Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f6e66e94
Commit
f6e66e94
authored
Sep 14, 2021
by
Mark Andrews
Browse files
document 'masterfile-format map' vs 'vm.max_map_count'
parent
092284b2
Pipeline
#84238
passed with stages
in 18 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/arm/reference.rst
View file @
f6e66e94
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment