We are using MyFaces 1.1.5 in our web application deployed in WAS 6.1.
Recently we faced some memory issues due to session size. We have set the
STATE_SAVING_METHOD as server in web.xml. 

Our WebSphere support team found several of the myfaces classes used in the
session data. They want us to analyze why there is so much data in session
and optimize wherever possible. Here is the list of classes that they sent. 

org.apache.myfaces.application.jsp.JspStateManagerImpl$SerializedViewCollection
org.apache.myfaces.application.jsp.JspStateManagerImpl$SerializedViewKey
org.apache.myfaces.application.TreeStructureManager$TreeStructComponent
org.apache.myfaces.application.ApplicationImpl
javax.faces.component._AttachedStateWrapper
javax.faces.FactoryFinder

How can we reduce these information in the session. Apart from what is
mentioned in the below link, is there anything else we need to do?
http://wiki.apache.org/myfaces/Performance

Thanks,
Seema

-- 
View this message in context: 
http://www.nabble.com/Memory-issue-%3A-MyFaces-objects-in-session-tp22481652p22481652.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to