0 Replies Latest reply on Dec 1, 2010 6:50 AM by ran_inc

    Memory leak problems

    ran_inc

      Hello,

       

      I am running a jee application on jboss-4.0.3SP1 and I am experiencing a memory leak.

       

      After using yourkit, I have noticed that most of the data in the memory are String classes.

      further investigation let me to the understanding that UnifiedClassLoader keeps a lot of those string (keys inside resourceBlackList and classBalckList which are hashsets members),

      and it doesn't seem to free those.

       

       

      Does anybody know what is the reason for this behavior?

       

       

      Thanks,

      Ran.