Remove the "arenas.purge" mallctl.
Remove the "arenas.purge" mallctl, which was obsoleted by the "arena.<i>.purge" mallctl in 3.1.0.
This commit is contained in:
@@ -1267,7 +1267,7 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
||||
<varlistentry id="arena.i.purge">
|
||||
<term>
|
||||
<mallctl>arena.<i>.purge</mallctl>
|
||||
(<type>unsigned</type>)
|
||||
(<type>void</type>)
|
||||
<literal>--</literal>
|
||||
</term>
|
||||
<listitem><para>Purge unused dirty pages for arena <i>, or for
|
||||
@@ -1410,16 +1410,6 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
||||
class.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="arenas.purge">
|
||||
<term>
|
||||
<mallctl>arenas.purge</mallctl>
|
||||
(<type>unsigned</type>)
|
||||
<literal>-w</literal>
|
||||
</term>
|
||||
<listitem><para>Purge unused dirty pages for the specified arena, or
|
||||
for all arenas if none is specified.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="arenas.extend">
|
||||
<term>
|
||||
<mallctl>arenas.extend</mallctl>
|
||||
|
Reference in New Issue
Block a user