Hi,<br>Remember that the memory is only released when java needs some space in the heap (GC).<br>On the size, I do not know but more than 10 MB for sure as it takes 2 to 6s to transport it over the network and it is a 100MB network.<br>
I first started the project on a 32 JVM and always came into memory trouble.<br>And It was a problem as the customer only had 32 bits JVM which may be your case also !<br>I had to convince him and on 2000 Jboss server, Guvnor is the only one in 64 bits JVM !<br>
There may be also a memory leak. <br>Do you have an official support from Jboss/Redhat ? In your case they shall help you as they will take time to test your case. If not, I am sorry but at the end your only realistic solution =&gt; 64 bits JVM<br>
cheers<br>Nicolas<br><br><div class="gmail_quote">2012/2/6 vadlam <span dir="ltr">&lt;<a href="mailto:sreeram.vadlamudi@wellsfargo.com">sreeram.vadlamudi@wellsfargo.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nicolas,<br>
<br>
what is the size of the pkg file that gets loaded into your knowledge base?<br>
<br>
when our pkg file was around 3 MB, we were able to load it successfuly into<br>
a 1GB heap machine successfully<br>
<br>
but when the package size grew to around 6.4 MB , we are no longer able to<br>
load it into the 1 GB heap machine . it throws OOM errors.<br>
<br>
we will soon be trying the loading  on a 1.4 GB heap machine.<br>
<br>
also, we noticed that when building the package in Guvnor on a 1.4 GB heap<br>
machine windows 32 bit using Jrockit  , around the time when it reaches 8%<br>
heap , the physical memory is noticed to be consumed, but after the build is<br>
complete , the heap memory is not released back . it stays at 85% . also the<br>
physical memory is not released back.<br>
<br>
I wonder if this has anything to do how Guvnor saves the package built or<br>
any  other references it has to objects being left in memory ?<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/limits-on-number-of-rules-in-Guvnor-in-a-package-loaded-in-knowledge-base-tp3716069p3719984.html" target="_blank">http://drools.46999.n3.nabble.com/limits-on-number-of-rules-in-Guvnor-in-a-package-loaded-in-knowledge-base-tp3716069p3719984.html</a><br>

<div class="im">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
</div>_______________________________________________<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>