Mercurial > hg
diff relnotes/next @ 45062:72feaeb510b3
clonebundles: optional memory-requirement attribution
The new REQUIREDRAM option allows a client to skip bundles it isn't
expected to handle well, e.g. without swapping. This allows a fallback
path to be provided e.g. using zstd level 10 instead of 22.
Differential Revision: https://phab.mercurial-scm.org/D8645
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Mon, 22 Jun 2020 00:00:07 +0200 |
parents | c2df0bca0dfa |
children | 3496b5f24371 |
line wrap: on
line diff
--- a/relnotes/next Tue Jun 09 11:22:31 2020 +0200 +++ b/relnotes/next Mon Jun 22 00:00:07 2020 +0200 @@ -1,5 +1,9 @@ == New Features == + * clonebundles can be annotated with the expected memory requirements + using the `REQUIREDRAM` option. This allows clients to skip + bundles created with large zstd windows and fallback to larger, but + less demanding bundles. == New Experimental Features ==