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.
"""]]
--- /dev/null
+[[!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.
+"""]]