From: Joey Hess Date: Tue, 5 Oct 2021 20:51:54 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~83^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1d23d8463ae11c81ac8de23d3f8d50f75318d2aa;p=git-annex.git update --- diff --git a/doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_4_be583237b6edff71763eda1fab2d5992._comment b/doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_4_be583237b6edff71763eda1fab2d5992._comment index 401bcccc89..dbe330df0d 100644 --- a/doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_4_be583237b6edff71763eda1fab2d5992._comment +++ b/doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_4_be583237b6edff71763eda1fab2d5992._comment @@ -31,5 +31,13 @@ values: 261724 before treeItemsToTree 327260 after treeItemsToTree +Also, compare above profile with this (-c) profile: + + +This shows PINNED is increasing all the way to the end, which seems to +rule out any of the functions shown in the first profile. + +What the first profile shows running up until the end is export db updates. +But I tried disabling the db updates and the memory use didn't change. """]]