Wohi have added the dispose even after the first session and it seemed to
resolve my memory issue...good catch...thanks
--
View this message in context:
http://n3.nabble.com/Performance-and-Memory-Utilization-StatefulKnowledgeSession-tp187463p187599.html
Sent from the Drools - User mailing l
But the same session is being reused to apply the second set of rules and the
dispose is called right before existing the method!
--
View this message in context:
http://n3.nabble.com/Performance-and-Memory-Utilization-StatefulKnowledgeSession-tp187463p187541.html
Sent from the Drools - User mai
You are leaking memory there, because you are not calling the dispose in
the first session, if you run the second.
[]s
Edson
2010/2/4 HonorGod
>
> I have over million rows of data that are stored in a fact model. I have to
> apply 2 sets of rules [coming from 2 decision tables - cannot
I know I am pushing.but anybody any ideas ?
--
View this message in context:
http://n3.nabble.com/Performance-and-Memory-Utilization-StatefulKnowledgeSession-tp187463p187515.html
Sent from the Drools - User mailing list archive at Nabble.com.
_
I have over million rows of data that are stored in a fact model. I have to
apply 2 sets of rules [coming from 2 decision tables - cannot combine them
for a specific reason] on each fact model.
I have created static knowledgebases and stored them in cache so that they
can be used when ever new St