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. """]]