I am using an API from Drools - kieServices.getRepository().removeKieModule(releaseId);
I wanted to know whether removing KieModule
from KieRepository
will release the memory occupied by that KieModule
too?
There was a bug in the kie module earlier, so if you are using a newer version you shouldn't have memory leak, but if using earlier version you can.