[ 
https://issues.apache.org/jira/browse/TAP5-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674424#action_12674424
 ] 

Howard M. Lewis Ship commented on TAP5-522:
-------------------------------------------

Hopefully this will help ... its very important to me that objects have useful 
toString() implementations (useful for the debugger, or for logging output). 
Hopefully this kind of measure will keep that aspect without the memory 
consumption. 

> Reduce memory footprint by sharing binding descriptions
> -------------------------------------------------------
>
>                 Key: TAP5-522
>                 URL: https://issues.apache.org/jira/browse/TAP5-522
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.1.0.0
>
>
> In very large Tapestry deployments, a significant amount of memory is 
> consumed by description object attached to Binding instances. Often, many 
> many identical but separate strings are stored.  Interning those strings 
> (reducing duplicate content strings to a single String instance) would 
> alleviate much of that issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to