Hi,

Please, HELP! 

Information:
1. I use Struts 2 moduler + JPA(Hibernate).
2. Ubuntu as server
3. Tomcat 6.x with MySQL
4. Heap      = min/max 512M
5. Permgen = min/max 256M
6. No users. Only 1-2 test users.
7. I heavily make use of copy-constructor to copy an User persistent object
with a references to other persistent objects. That means, loading the an
User object with references from persistent manager, copy it, change the
copy and persist the copy. I'm not sure, this could be the issue ?
8. We also upload pictures 1 or 2 small pictures to be persisted to the
database as LOB. 

It seems like young generation collection objects are not deallocated and
garbage collected but still grow and grow. The permgen of 256M is used and
never decreasing.

What do you think is the problem of objects are not deallocated and garbaged
collected ???

--taltun

-- 
View this message in context: 
http://www.nabble.com/Objects-are-not-Garbage-Collected---tp25167263s2369p25167263.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to