comment and correct incorrect info in previous comment
This commit is contained in:
parent
337b656de5
commit
012b71e471
2 changed files with 9 additions and 10 deletions
|
@ -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.
|
||||
"""]]
|
||||
|
|
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue