Ok, lets start with a simple thing:

4128 instances of class org.drools.rule.Pattern

   I can't see how 16 rules can create that many patterns. Are you sure you are not recompiling/recreating your rulebase multiple times? If not, then we may have a serious problem...

   []s
   Edson

2008/11/26 Kris Nuttycombe <kris.nuttycombe@gmail.com>
Hi, all,

I'm encountering significant problems with running out of memory when executing a small ruleset (only 16 rules, < 100 facts). I've run jmap on the process (which has previously spawned multiple stateless sessions in parallel) and it looks like Drools, and specifically the Eclipse jdt compiler, is seriously eating up memory. The code calling the is fairly simple; one of the initial facts is an accumulator that I refer to later:

        StatelessSession session = ruleBase.newStatelessSession();
        session.execute(initialFact, accumulator);

        accumulator.doSomething();

where ruleBase is a shared instance, and initialFact is a base fact that is expanded during rules processing. Is there something I should be doing to dispose the session after use to release the objects created by the drools compiler after use? I'm using a shared RuleBase, and I'm wondering whether it is somehow keeping references around. Are these sorts of object counts to be expected?

Thanks,

Kris

Instance Counts for All Classes (excluding platform)

104827 instances of class net.jxta.impl.document.LiteXMLElement$charRange
26806 instances of class net.jxta.impl.document.LiteXMLElement$tagRange
26733 instances of class org.eclipse.jdt.internal.compiler.lookup.MethodBinding
17366 instances of class [Lorg.eclipse.jdt.internal.compiler.lookup.TypeBinding;
12412 instances of class com.sun.enterprise.loader.EJBClassLoader$SentinelInputStream
10974 instances of class org.apache.commons.collections.SequencedHashMap$Entry
8683 instances of class org.eclipse.jdt.internal.compiler.codegen.CachedIndexEntry
7708 instances of class net.jxta.impl.document.LiteXMLElement
7450 instances of class org.hibernate.engine.CollectionKey
6836 instances of class org.netbeans.modules.schema2beans.AttrProp
6271 instances of class org.eclipse.jdt.internal.compiler.lookup.FieldBinding
5643 instances of class org.eclipse.jdt.internal.compiler.ast.MessageSend
4928 instances of class org.eclipse.jdt.internal.compiler.util.HashtableOfObject
4895 instances of class [Lorg.eclipse.jdt.internal.compiler.lookup.ReferenceBinding;
4546 instances of class org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
4472 instances of class [Lorg.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding;
4128 instances of class org.drools.rule.Pattern
3899 instances of class net.jxta.impl.id.UUID.UUID
3867 instances of class org.hibernate.engine.EntityEntry
3731 instances of class org.hibernate.collection.PersistentSet
3685 instances of class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
3360 instances of class org.drools.reteoo.SingleTupleSinkAdapter
3266 instances of class net.jxta.document.MimeMediaType
3264 instances of class org.drools.spi.PatternExtractor
3163 instances of class org.apache.axis.encoding.TypeMappingImpl$Pair
3137 instances of class org.hibernate.collection.PersistentBag
2881 instances of class org.eclipse.jdt.internal.compiler.lookup.MethodScope
2688 instances of class org.drools.base.ClassFieldExtractor

_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users




--
 Edson Tirelli
 JBoss Drools Core Development
 JBoss, a division of Red Hat @ www.jboss.com