comment and correct incorrect info in previous comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 5 Oct 2021 23:05:20 +0000 (19:05 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 5 Oct 2021 23:05:20 +0000 (19:05 -0400)
doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_4_be583237b6edff71763eda1fab2d5992._comment
doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_7_f59d9c51716892240ebd12fa80a2e58b._comment [new file with mode: 0644]

index dbe330df0df17c1ddaa25062aa9d574b09b22dd1..977c0eaca68d504b1c5b6516bf8335b97d415d60 100644 (file)
@@ -30,14 +30,4 @@ values:
        209704 before mktreeitem
        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.
 """]]
diff --git a/doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_7_f59d9c51716892240ebd12fa80a2e58b._comment b/doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_7_f59d9c51716892240ebd12fa80a2e58b._comment
new file mode 100644 (file)
index 0000000..d308db7
--- /dev/null
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 7"""
+ date="2021-10-05T23:00:18Z"
+ content="""
+I tried converting Ref to use ShortByteString. Memory use did not improve
+and the -hc profile is unchanged. So the pinned memory is not in refs. My
+guess is it must be filenames in the tree then.
+"""]]