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:
Qi Wang 2024-10-04 11:18:43 -07:00 committed by Qi Wang
parent edc1576f03
commit 8c2b8bcf24
1 changed files with 1 additions and 1 deletions

View File

@ -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.&lt;i&gt;.muzzy_decay_ms</mallctl></link>