mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
This commit is contained in:
parent
bd16ea49c3
commit
562d266511
7 changed files with 35 additions and 19 deletions
|
|
@ -1983,6 +1983,18 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="stats.arenas.i.lg_dirty_mult">
|
||||
<term>
|
||||
<mallctl>stats.arenas.<i>.lg_dirty_mult</mallctl>
|
||||
(<type>ssize_t</type>)
|
||||
<literal>r-</literal>
|
||||
</term>
|
||||
<listitem><para>Minimum ratio (log base 2) of active to dirty pages.
|
||||
See <link
|
||||
linkend="opt.lg_dirty_mult"><mallctl>opt.lg_dirty_mult</mallctl></link>
|
||||
for details.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="stats.arenas.i.nthreads">
|
||||
<term>
|
||||
<mallctl>stats.arenas.<i>.nthreads</mallctl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue