[richfaces-issues] [JBoss JIRA] Commented: (RF-8203) Extensive memory usage for a4j:support component under JSF 2.0

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sun Dec 13 19:05:30 EST 2009


    [ https://jira.jboss.org/jira/browse/RF-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12499621#action_12499621 ] 

Nick Belaevski commented on RF-8203:
------------------------------------

Cause of the issue: JSF 2.0 always uses serailization for value expressions, while 1.2 tested them for implementation of StateHolder interface also. 

> Extensive memory usage for a4j:support component under JSF 2.0
> --------------------------------------------------------------
>
>                 Key: RF-8203
>                 URL: https://jira.jboss.org/jira/browse/RF-8203
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component, JSF 2.0, performance
>    Affects Versions: 3.3.3.BETA1
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>            Priority: Critical
>             Fix For: 3.3.3.BETA1
>
>
> Extensive memory usage is reproducible for RF 3.3.x running under JSF 2.0 when a4j:support is used. 
> Heap analysis shows that org.ajax4jsf.component.EventValueExpression is stored in session (as part of component tree state) holding active references to view components, thus not allowing component tree to be reclaimed by GC. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list