On 4 June 2010 16:02, Rickard Öberg <[email protected]> wrote: > On 2010-06-04 15.46, Philippe Van Dyck wrote: > >> Being "osgi-bundleable" is a very good news ! >> >> Am I right if I basically read "it does not work" between the lines ? >> >> Did you try different osgi engines ? or GC strategies ? >> >> I had great hopes in osgi, what do you think you need to solve this ? >> > > I'm using Felix as the engine, but I don't think it matters. All the > references are gone, so Felix has done its job properly. The comment I got > on the blog suggests that maybe I should just try to reload the bundle lots > of times and "eventually" the remaining classloaders will be GC'ed. Remains > to be tested.
suggest trying "refresh" first, unless you've already tried that or try an alternative JVM, like the IBM JVM which doesn't suffer from the PermGen issue (it uses the same heap for instances & classes) and is often more aggressive wrt GC > /Rickard > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > -- Cheers, Stuart
_______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

