Merge branch 'borgchunks'

This commit is contained in:
Joey Hess 2021-10-08 13:26:45 -04:00
commit 022bb6174c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
14 changed files with 306 additions and 92 deletions

View file

@ -3,3 +3,5 @@ memory, then got OOM-killed.
I don't know if this is a memory leak or just trying to load too much, but it seems like this is a thing you should be able to do on
a machine with 64G of RAM.
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="joey"
subject="""comment 12"""
date="2021-10-08T17:06:05Z"
content="""
I've fixed this problem, my test case tops out at 160 mb now, and adding more
archives to the borg repo no longer increases memory use. Memory use is now
proportional to the number of annexed objects in a borg archive.
"""]]