]
Mario Fusco moved KOGITO-315 to DROOLS-4553:
--------------------------------------------
Project: Drools (was: Kogito)
Key: DROOLS-4553 (was: KOGITO-315)
Docs QE Status: NEW
QE Status: NEW
It is not possible to build executable model kjar with 10K+ rules
-----------------------------------------------------------------
Key: DROOLS-4553
URL:
https://issues.jboss.org/browse/DROOLS-4553
Project: Drools
Issue Type: Enhancement
Reporter: Mario Fusco
Assignee: Mario Fusco
Priority: Major
At the moment it is not possible to build executable model kjar with 10K+ rules. This is
caused by the fact that the whole model is kept in memory and then flushed into .java file
at the end of compilation process. Doing this in stages should fix the problem.