Hello,
I have turn JVM memory up to 1GB.
In fact, what happens is that I load the rules 500 per 500.
everything goes fine and per 1000 rules, it takes 30 MB in RAM.
And time is constant between two loading.
And at 10000, nothing happens (processor is at 90% for the jvm) and then after some times, the jvm goes out of memory.
I will make sample project this afternoon and send it on this list.
Thanks
Nicolas
-------- Message d'origine--------
De: rules-users-bounces@lists.jboss.org de la part de Michael Neale
Date: ven. 20/07/2007 06:21
À: Rules Users List
Objet : Re: [rules-users] Loading more than 10000 rules
If you see the error "out of PermSpace" you can increase perm space.
Another strategy, is to build the rules, in chunks, say 1000 at a time, take
the Package object, and *then* add it to the rulebase. That may make it
easier.
You will need more then the default space on the heap for this I would
expect.
On 7/20/07, Héron Nicolas <nheron@sopragroup.com> wrote:
>
> Hello,
> I am using drools 3.0.6 for a retail customer.
> We have the current problem that we can not add more than 10000 rules.
> After this, the system increases its memory and runs out of memory.
> Is there a limit ?
> Thanks
> Nicolas Heron
>
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>