[rules-users] GC Overhead Limit Exceeded and 1B JoinLeftNode Objects

ismaximum mnrz57 at gmail.com
Mon Feb 25 23:35:23 EST 2013


Not sure about this but I found this code in dispose() method in stateful
session:

        this.session.dispose();
        this.session = DisposedReteooWorkingMemory.INSTANCE;

That means that the created session will never become eligible to be GCed,
instead it remains in memory pointing to the same instance (an instance of
DisposedReteooWorkingMemory)

I could be wrong... please correct me if I'm wrong!



--
View this message in context: http://drools.46999.n3.nabble.com/rules-users-GC-Overhead-Limit-Exceeded-and-1B-JoinLeftNode-Objects-tp4022365p4022585.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list