[ 
https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540913#comment-17540913
 ] 

Amit Mondal commented on FELIX-6529:
------------------------------------

[~karlpauls] The duplicate strings I encountered earlier were scattered in 
different places in framework. With this change, a bit over few KBs are spared 
which I feel is a really good improvement. I will, therefore, try to look into 
the other places in the framework that can be improved as well by removing the 
duplicate strings. Hence, there is nothing to be done as of now in reference to 
this ticket. Thanks a lot for your cooperation (y)

> Improve memory usage ManifestParser using String deduplication
> --------------------------------------------------------------
>
>                 Key: FELIX-6529
>                 URL: https://issues.apache.org/jira/browse/FELIX-6529
>             Project: Felix
>          Issue Type: Improvement
>            Reporter: Johannes Edmeier
>            Assignee: Karl Pauls
>            Priority: Major
>             Fix For: framework-7.0.4
>
>         Attachments: ManifestParser.patch, image-2022-05-13-14-16-39-509.png, 
> image-2022-05-13-14-17-55-965.png
>
>
> In my heap dump I've seen a lot of duplicate Strings produced by the 
> ManifestParser.
> It creates a lot of equal strings for the keys in the manifest but doesn't 
> deduplicate them and they're hold forever producing a lot on retained heap.
> I've patched the ManifestParser to deduplicate just the keys and could save 
> ~8 Megs of heap.
> Total usage before: 38MB after: 30MB
> Duplicated Strings before:
> !image-2022-05-13-14-16-39-509.png|width=658,height=203!
> Duplicated Strings after:
> !image-2022-05-13-14-17-55-965.png|width=793,height=200!
> See patch attached.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to