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?
- choose bean scope minimum possible. under life cycle , select scope.
- it seems putting many data in session or application scope mistake.
- check jsf-best practices & jsf performance tuning
Comments
Post a Comment