summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-03-24 23:36:12 (GMT)
committerJason Evans <jasone@canonware.com>2015-03-24 23:41:38 (GMT)
commit562d266511053a51406e91c78eba640cb46ad9c8 (patch)
tree8a902774e2cf5f5abc8f5c6d0342dcda827462fc /doc
parentbd16ea49c3e36706a52ef9c8f560813c167fa085 (diff)
downloadjemalloc-562d266511053a51406e91c78eba640cb46ad9c8.zip
jemalloc-562d266511053a51406e91c78eba640cb46ad9c8.tar.gz
jemalloc-562d266511053a51406e91c78eba640cb46ad9c8.tar.bz2
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index adff6a4..d3f3616 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -1983,6 +1983,18 @@ malloc_conf = "xmalloc:true";]]></programlisting>
</para></listitem>
</varlistentry>
+ <varlistentry id="stats.arenas.i.lg_dirty_mult">
+ <term>
+ <mallctl>stats.arenas.&lt;i&gt;.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.&lt;i&gt;.nthreads</mallctl>