comment and correct incorrect info in previous comment

This commit is contained in:
Joey Hess 2021-10-05 19:05:20 -04:00
parent 337b656de5
commit 012b71e471
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 9 additions and 10 deletions

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

View file

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