diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jemalloc.xml.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 441c1a4..54b8747 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -833,7 +833,7 @@ for (i = 0; i < nbins; i++) { <manvolnum>2</manvolnum></citerefentry> or a similar system call. This provides the kernel with sufficient information to recycle dirty pages if physical memory becomes scarce and the pages remain unused. The - default minimum ratio is 32:1 (2^5:1); an option value of -1 will + default minimum ratio is 8:1 (2^3:1); an option value of -1 will disable dirty page purging.</para></listitem> </varlistentry> @@ -1512,7 +1512,9 @@ malloc_conf = "xmalloc:true";]]></programlisting> application. This is a multiple of the page size, and greater than or equal to <link linkend="stats.allocated"><mallctl>stats.allocated</mallctl></link>. - </para></listitem> + This does not include <link linkend="stats.arenas.i.pdirty"> + <mallctl>stats.arenas.<i>.pdirty</mallctl></link> and pages + entirely devoted to allocator metadata.</para></listitem> </varlistentry> <varlistentry> @@ -1628,7 +1630,7 @@ malloc_conf = "xmalloc:true";]]></programlisting> <listitem><para>Number of pages in active runs.</para></listitem> </varlistentry> - <varlistentry> + <varlistentry id="stats.arenas.i.pdirty"> <term> <mallctl>stats.arenas.<i>.pdirty</mallctl> (<type>size_t</type>) |
