Show More
@@ -1943,6 +1943,16 b' category impact performance and reposito' | |||||
1943 | Turning this option off can result in large increase of repository size for |
|
1943 | Turning this option off can result in large increase of repository size for | |
1944 | repository with many merges. |
|
1944 | repository with many merges. | |
1945 |
|
1945 | |||
|
1946 | ``revlog.persistent-nodemap.mmap`` | |||
|
1947 | Whether to use the Operating System "memory mapping" feature (when | |||
|
1948 | possible) to access the persistent nodemap data. This improve performance | |||
|
1949 | and reduce memory pressure. | |||
|
1950 | ||||
|
1951 | Default to True. | |||
|
1952 | ||||
|
1953 | For details on the "persistent-nodemap" feature, see: | |||
|
1954 | :hg:`help config format.use-persistent-nodemap`. | |||
|
1955 | ||||
1946 | ``revlog.reuse-external-delta-parent`` |
|
1956 | ``revlog.reuse-external-delta-parent`` | |
1947 | Control the order in which delta parents are considered when adding new |
|
1957 | Control the order in which delta parents are considered when adding new | |
1948 | revisions from an external source. |
|
1958 | revisions from an external source. |
General Comments 0
You need to be logged in to leave comments.
Login now