-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF17, 5.6.0-HF04, 5.7.1
-
Component/s: Layouts & Widgets
-
Environment:JSF
-
Tags:
By default the number of views/sessions and logical views are too high (50) and with a long user session it takes too much memory (up to 100m per user).
This default setting does not scale.
Here the default settings :
<context-param> <param-name>com.sun.faces.numberOfViewsInSession</param-name> <param-value>50</param-value> </context-param> <context-param> <param-name>com.sun.faces.numberOfLogicalViews</param-name> <param-value>50</param-value> </context-param>
We should reduce this parameters to 5 or 1 if the back feature does not work in ajax.
For information:
- is required by
-
NXP-11423 Allow configuring the number of JSF logical views
- Resolved