Small doc tweak of opt.trust_madvise.
Avoid quoted enabled and disabled because it's a bool type instead of char *.
This commit is contained in:
parent
f5e840bbf0
commit
254b011915
@ -972,10 +972,9 @@ mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".decay",
|
|||||||
(<type>bool</type>)
|
(<type>bool</type>)
|
||||||
<literal>r-</literal>
|
<literal>r-</literal>
|
||||||
</term>
|
</term>
|
||||||
<listitem><para>Do not perform runtime check for MADV_DONTNEED, to
|
<listitem><para>If true, do not perform runtime check for MADV_DONTNEED,
|
||||||
check that it actually zeros pages. The default is
|
to check that it actually zeros pages. The default is disabled on Linux
|
||||||
<quote>disabled</quote> on linux and <quote>enabled</quote> elsewhere.
|
and enabled elsewhere.</para></listitem>
|
||||||
</para></listitem>
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="opt.retain">
|
<varlistentry id="opt.retain">
|
||||||
|
Loading…
Reference in New Issue
Block a user