[Commented On] D9757: persistent-nodemap: document storage.revlog.persistent-nodemap.mmap=no
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Fri Jan 15 12:01:47 UTC 2021
baymax added a comment.
baymax updated this revision to Diff 24889.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9757?vs=24827&id=24889
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9757/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9757
AFFECTED FILES
mercurial/helptext/config.txt
CHANGE DETAILS
diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt
+++ b/mercurial/helptext/config.txt
@@ -1943,6 +1943,16 @@
Turning this option off can result in large increase of repository size for
repository with many merges.
+``revlog.persistent-nodemap.mmap``
+ Whether to use the Operating System "memory mapping" feature (when
+ possible) to access the persistent nodemap data. This improve performance
+ and reduce memory pressure.
+
+ Default to True.
+
+ For details on the "persistent-nodemap" feature, see:
+ :hg:`help config format.use-persistent-nodemap`.
+
``revlog.reuse-external-delta-parent``
Control the order in which delta parents are considered when adding new
revisions from an external source.
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210115/4beb5f02/attachment-0002.html>
More information about the Mercurial-patches
mailing list