mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Update doc to reflect muzzy decay is disabled by default.
It has been disabled since 5.2.0 (in #1421).
This commit is contained in:
parent
edc1576f03
commit
8c2b8bcf24
1 changed files with 1 additions and 1 deletions
|
|
@ -1195,7 +1195,7 @@ mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".decay",
|
|||
purged according to a sigmoidal decay curve that starts and ends with
|
||||
zero purge rate. A decay time of 0 causes all unused muzzy pages to be
|
||||
purged immediately upon creation. A decay time of -1 disables purging.
|
||||
The default decay time is 10 seconds. See <link
|
||||
Muzzy decay is disabled by default (with decay time 0). See <link
|
||||
linkend="arenas.muzzy_decay_ms"><mallctl>arenas.muzzy_decay_ms</mallctl></link>
|
||||
and <link
|
||||
linkend="arena.i.muzzy_decay_ms"><mallctl>arena.<i>.muzzy_decay_ms</mallctl></link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue