Re: [rules-users] Performance and Memory Utilization - StatefulKnowledgeSession

2010-02-04 Thread HonorGod
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

Re: [rules-users] Performance and Memory Utilization - StatefulKnowledgeSession

2010-02-04 Thread HonorGod
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

Re: [rules-users] Performance and Memory Utilization - StatefulKnowledgeSession

2010-02-04 Thread Edson Tirelli
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

Re: [rules-users] Performance and Memory Utilization - StatefulKnowledgeSession

2010-02-04 Thread HonorGod
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. _

[rules-users] Performance and Memory Utilization - StatefulKnowledgeSession

2010-02-04 Thread 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 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