<div dir="ltr">Simplistically, split your decision table into smaller ones.<div><br></div><div>To answer your question more fully; the maximum number of rows that can exist in a XLS is (IIRC) 65535.</div><div><br></div><div>
That said; how many can be processed on a given computer, depends on how much RAM has been associated with the JVM heap and how many decision table columns are on a row.</div><div><br></div><div>With kind regards,</div><div>
<br></div><div>Mike</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 17 July 2014 04:49, J Rose <span dir="ltr">&lt;<a href="mailto:ufos@comcast.net" target="_blank">ufos@comcast.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What is the maximum number of rows you can use in a decision table?  I need<br>
to use over 12,000 rows but seem to get an out of memory error for even<br>
1,000 rows.  I already increased the memory used.<br>
What are my options if I need to lookup values for that many rows?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Decision-table-max-rows-tp4030382.html" target="_blank">http://drools.46999.n3.nabble.com/Decision-table-max-rows-tp4030382.html</a><br>
Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br></div>