update
authorJoey Hess <joeyh@joeyh.name>
Tue, 5 Oct 2021 20:51:54 +0000 (16:51 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 5 Oct 2021 20:51:54 +0000 (16:51 -0400)
doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_4_be583237b6edff71763eda1fab2d5992._comment

index 401bcccc894aaa76a98bfc4bf04733641e8222cb..dbe330df0df17c1ddaa25062aa9d574b09b22dd1 100644 (file)
@@ -31,5 +31,13 @@ values:
        261724 before treeItemsToTree
        327260 after treeItemsToTree
 
+Also, compare above profile with this (-c) profile:
 
+<img src="https://tmp.joeyh.name/prof2.png">
+
+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.
 """]]