From: Joey Hess Date: Tue, 5 Oct 2021 23:05:20 +0000 (-0400) Subject: comment and correct incorrect info in previous comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~83^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=012b71e4716b79784b23ada7aa32ef16f62b6a3d;p=git-annex.git comment and correct incorrect info in previous comment --- 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 dbe330df0d..977c0eaca6 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 @@ -30,14 +30,4 @@ values: 209704 before mktreeitem 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. """]] 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 index 0000000000..d308db7522 --- /dev/null +++ b/doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_7_f59d9c51716892240ebd12fa80a2e58b._comment @@ -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. +"""]]