diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 89ef0336..0e1ffc8d 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1393,9 +1393,10 @@ malloc_conf = "xmalloc:true";]]> (bool) r- - Controls whether the oversize arena uses transparent huge - pages (THP) for oversize allocations. This option is disabled by - default. + Controls whether the huge (oversized) arena's backing + memory is promoted to transparent huge pages via madvise. Only effective + when the system THP mode is madvise, opt.thp is left at its default, and + opt.metadata_thp is enabled. @@ -1896,7 +1897,7 @@ malloc_conf = "xmalloc:true";]]> Set the maximum number of cached objects (ncached_max) for size classes in the calling - thread's tcache. The input is a string of colon-separated settings, + thread's tcache. The input is a string of pipe-separated settings, where each setting specifies a size range and a count, in the same format as the opt.tcache_ncached_max runtime option.