When log shows a lot of GC hits, what code change shall we need?

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-05-17T06:53:12Z Indexed on 2010/05/17 7:00 UTC
Read the original article Hit count: 131

Filed under:
|

When log shows a lot of Garbage Collection hits, what code change shall we need?
Do we need to free some objects?
Will we speed up the code with object reusal?

© Stack Overflow or respective owner

Related posts about garbage-collection

Related posts about java