OutOfMemory error when executing rules for decision table using statelessKieSession

*爱你&永不变心* 提交于 2019-12-11 14:40:03

问题


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 link you can refer the memory usage details and find the classes which creates more instances while executing the rules.

来源:https://stackoverflow.com/questions/58975916/outofmemory-error-when-executing-rules-for-decision-table-using-statelesskiesess

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!