RE : [rules-users] Loading more than 10000 rules

2007-07-20 Thread Héron Nicolas
Title: RE : [rules-users] Loading more than 1 rules 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 in constant between two loading. And at 1, nothing happens

RE : [rules-users] Loading more than 10000 rules

2007-07-20 Thread Héron Nicolas
Title: RE : [rules-users] Loading more than 1 rules 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 1, nothing happens

Re: [rules-users] Loading more than 10000 rules

2007-07-19 Thread Michael Neale
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

Re: [rules-users] Loading more than 10000 rules

2007-07-19 Thread Edson Tirelli
Heron, There is no hard limit on rules, but you may need indeed to tune jvm configuration to be able to handle such number of rules. Are you running out of permgen? What are your memory settings? In your use case, must all the 1 rules be in the same rulebase? Is it possible to partition

[rules-users] Loading more than 10000 rules

2007-07-19 Thread Héron Nicolas
Hello, I am using drools 3.0.6 for a retail customer. We have the current problem that we can not add more than 1 rules. After this, the system increases its memory and runs out of memory. Is there a limit ? Thanks Nicolas Heron ___ rules-users maili