[rules-users] Is there a limit to the size of a rule?

2010-01-29 Thread Sesh
For a given rule, is there a limit to the size of the eval condition? Or are there any size considerations that one should take into account (such as max number of rules, max size of a rules file)? Thank you. Sesh -- View this message in context:

Re: [rules-users] Is there a limit to the size of a rule?

2010-01-29 Thread Corneil du Plessis
Rules can be seen as code. If you have rules that are very complex you are going to have issues maintaining the rule before you run into limitations of engine or jvm. The idea is to keep rules as simple as possible. There are various mechanisms for dealing with rule complexities like DSL,

Re: [rules-users] Is there a limit to the size of a rule?

2010-01-29 Thread Sesh
True but it does not answer my question - is there a hard limit? -- View this message in context: http://n3.nabble.com/Is-there-a-limit-to-the-size-of-a-rule-tp143996p144176.html Sent from the Drools - User mailing list archive at Nabble.com. ___

Re: [rules-users] Is there a limit to the size of a rule?

2010-01-29 Thread Mark Proctor
On 29/01/2010 21:47, Sesh wrote: True but it does not answer my question - is there a hard limit? the hard limit is set by the amount of memory in your machine. Mark ___ rules-users mailing list rules-users@lists.jboss.org