java - JSF - Application Memory usage at around 1GB -


i have developed jsf application , running funny behavior in lot of things such navigation not work , apache randomly lock up.

i started checking memory usage , application using 1gb memory run. seemed lot have no idea first jsf application. 1 user (one session) hitting application.

could there memory leak? else? can start try , figure out going on?

  1. choose bean scope minimum possible. under life cycle , select scope.
  2. it seems putting many data in session or application scope mistake.
  3. check jsf-best practices & jsf performance tuning

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -