D9757: persistent-nodemap: document storage.revlog.persistent-nodemap.mmap=no
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Jan 14 04:05:08 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
The feature is gaining public facing document, its options too.
REPOSITORY
rHG Mercurial
BRANCH
default
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
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list