mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
regen master
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
|
||||||
<a name="man.dnssec-signzone"></a><div class="titlepage"></div>
|
<a name="man.dnssec-cds"></a><div class="titlepage"></div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -125,8 +125,12 @@ by default instead of the system log\&.
|
|||||||
.PP
|
.PP
|
||||||
\-M \fIoption\fR
|
\-M \fIoption\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Sets the default memory context options\&. Currently the only supported option is
|
Sets the default memory context options\&. If set to
|
||||||
\fIexternal\fR, which causes the internal memory manager to be bypassed in favor of system\-provided memory allocation functions\&.
|
\fIexternal\fR, this causes the internal memory manager to be bypassed in favor of system\-provided memory allocation functions\&. If set to
|
||||||
|
\fIfill\fR, blocks of memory will be filled with tag values when allocated or freed, to assist debugging of memory problems\&. (\fInofill\fR
|
||||||
|
disables this behavior, and is the default unless
|
||||||
|
\fBnamed\fR
|
||||||
|
has been compiled with developer options\&.)
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\-m \fIflag\fR
|
\-m \fIflag\fR
|
||||||
|
@@ -168,11 +168,17 @@
|
|||||||
<dt><span class="term">-M <em class="replaceable"><code>option</code></em></span></dt>
|
<dt><span class="term">-M <em class="replaceable"><code>option</code></em></span></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Sets the default memory context options. Currently
|
Sets the default memory context options. If set to
|
||||||
the only supported option is
|
|
||||||
<em class="replaceable"><code>external</code></em>,
|
<em class="replaceable"><code>external</code></em>,
|
||||||
which causes the internal memory manager to be bypassed
|
this causes the internal memory manager to be bypassed
|
||||||
in favor of system-provided memory allocation functions.
|
in favor of system-provided memory allocation functions.
|
||||||
|
If set to <em class="replaceable"><code>fill</code></em>,
|
||||||
|
blocks of memory will be filled with tag values when allocated
|
||||||
|
or freed, to assist debugging of memory problems.
|
||||||
|
(<em class="replaceable"><code>nofill</code></em>
|
||||||
|
disables this behavior, and is the default unless
|
||||||
|
<span class="command"><strong>named</strong></span> has been compiled with developer
|
||||||
|
options.)
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt><span class="term">-m <em class="replaceable"><code>flag</code></em></span></dt>
|
<dt><span class="term">-m <em class="replaceable"><code>flag</code></em></span></dt>
|
||||||
|
@@ -177,6 +177,18 @@
|
|||||||
case restoration, hashing, and buffers.
|
case restoration, hashing, and buffers.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="listitem">
|
||||||
|
<p>
|
||||||
|
When built with default <span class="command"><strong>configure</strong></span> options,
|
||||||
|
<span class="command"><strong>named</strong></span> no longer fills memory with tag
|
||||||
|
values when allocating or freeing it. This improves performance,
|
||||||
|
but makes it more difficult to debug certain memory-related
|
||||||
|
errors. The default is reversed if building with developer
|
||||||
|
options. <span class="command"><strong>named -M fill</strong></span> or
|
||||||
|
<span class="command"><strong>named -M nofill</strong></span> will set the behavior
|
||||||
|
accordingly regardless of build options.
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
</li>
|
</li>
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
|
@@ -186,11 +186,17 @@
|
|||||||
<dt><span class="term">-M <em class="replaceable"><code>option</code></em></span></dt>
|
<dt><span class="term">-M <em class="replaceable"><code>option</code></em></span></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Sets the default memory context options. Currently
|
Sets the default memory context options. If set to
|
||||||
the only supported option is
|
|
||||||
<em class="replaceable"><code>external</code></em>,
|
<em class="replaceable"><code>external</code></em>,
|
||||||
which causes the internal memory manager to be bypassed
|
this causes the internal memory manager to be bypassed
|
||||||
in favor of system-provided memory allocation functions.
|
in favor of system-provided memory allocation functions.
|
||||||
|
If set to <em class="replaceable"><code>fill</code></em>,
|
||||||
|
blocks of memory will be filled with tag values when allocated
|
||||||
|
or freed, to assist debugging of memory problems.
|
||||||
|
(<em class="replaceable"><code>nofill</code></em>
|
||||||
|
disables this behavior, and is the default unless
|
||||||
|
<span class="command"><strong>named</strong></span> has been compiled with developer
|
||||||
|
options.)
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt><span class="term">-m <em class="replaceable"><code>flag</code></em></span></dt>
|
<dt><span class="term">-m <em class="replaceable"><code>flag</code></em></span></dt>
|
||||||
|
@@ -138,6 +138,18 @@
|
|||||||
case restoration, hashing, and buffers.
|
case restoration, hashing, and buffers.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="listitem">
|
||||||
|
<p>
|
||||||
|
When built with default <span class="command"><strong>configure</strong></span> options,
|
||||||
|
<span class="command"><strong>named</strong></span> no longer fills memory with tag
|
||||||
|
values when allocating or freeing it. This improves performance,
|
||||||
|
but makes it more difficult to debug certain memory-related
|
||||||
|
errors. The default is reversed if building with developer
|
||||||
|
options. <span class="command"><strong>named -M fill</strong></span> or
|
||||||
|
<span class="command"><strong>named -M nofill</strong></span> will set the behavior
|
||||||
|
accordingly regardless of build options.
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
</li>
|
</li>
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
|
Reference in New Issue
Block a user