When using pararules in my project, I noticed two kinds of memory leaks:
- Cows leak memory on each
fireRules.
- Independent of that, it seems that retracting facts doesn't decrease the network's memory consumption, and the network grows relatively big for a modest number of rules and facts.
I'll fix the first as I introduced the cow solution, but I'm unsure what to do with the second.
When using pararules in my project, I noticed two kinds of memory leaks:
fireRules.I'll fix the first as I introduced the cow solution, but I'm unsure what to do with the second.