Skip to content

update-from-upstream: Avoid running out of memory while packing

Sjoerd Simons requested to merge wip/sjoerd/memory-window into master

On repositories with a mix of small and big files packing objects while pushing can run out of memory. Set a limit on the memory usage to avoid this.

Original errors:

Test pipeline:

Edited by Emanuele Aina

Merge request reports