[Changed Subscribers] D8645: clonebundles: optional memory-requirement attribution
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Tue Jul 7 18:11:02 UTC 2020
pulkit added inline comments.
INLINE COMMENTS
> exchange.py:3038
> + actualram = repo.ui.estimatememory()
> + if actualram is not None and actualram * 0.66 < requiredram:
> + repo.ui.debug(
need to add a constant describing what the magic `0.66` means, which can probably be configured by extensions?
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8645/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8645
To: joerg.sonnenberger, #hg-reviewers, durin42
Cc: pulkit, durin42, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200707/8da747e6/attachment-0001.html>
More information about the Mercurial-patches
mailing list