I am executing rules for a decision table using statelessKieSession.
I have 1000 objects and 10 rules for each object so total I have 10000 rules for one row. Rules will process for each row in the decision table. Currently before finishing the execution of one row I am getting OutOfMemory error.
Any idea about this issue?
From the below image you can refer the memory usage details and find the classes which creates more instances while executing the rules.