You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by David Blevins <da...@gmail.com> on 2011/07/20 00:30:41 UTC

Memory leak

Seems to be a juicy memory leak issue as uncovered by the CDI TCK setup for TomEE.

Up for grabs.  Just modify tck/cdi-tomee/src/test/resources/passing.xml to look like so:

    <suite name="CDI TCK" verbose="0">
      <test name="CDI TCK">
        <packages>
            <package name="org.jboss.jsr299.tck.tests.*"/>
            <package name="org.jboss.jsr299.tck.interceptors.tests.*"/>
        </packages>
      </test>
    </suite>

And it should be pretty evident after a 2-3 minutes.

-David


Re: Memory leak

Posted by David Blevins <da...@gmail.com>.
On Jul 19, 2011, at 3:30 PM, David Blevins wrote:

> Seems to be a juicy memory leak issue as uncovered by the CDI TCK setup for TomEE.
> 
> Up for grabs.  Just modify tck/cdi-tomee/src/test/resources/passing.xml to look like so:
> 
>    <suite name="CDI TCK" verbose="0">
>      <test name="CDI TCK">
>        <packages>
>            <package name="org.jboss.jsr299.tck.tests.*"/>
>            <package name="org.jboss.jsr299.tck.interceptors.tests.*"/>
>        </packages>
>      </test>
>    </suite>
> 
> And it should be pretty evident after a 2-3 minutes.
> 

Uploaded a heap dump if anyone wants to poke at it with YourKit

  http://people.apache.org/~dblevins/java_pid22413.hprof

The more eyes the better


-David