Check if there is any global reference hiding in some corners such as some global Map or Collection.
On 7/19/07, mat <[EMAIL PROTECTED]> wrote:
I wrapped a incoming byte array into a Object (A) in order to pass it around in my business logic. However, the memory increases dynamatically when the incoming packets are huge. It seems the garbage collector is not collecting. Is there anyway to avoid this? (Object pool)?
-- -- Yueyu Lin
