Hello,<br />I am modifying my LCR setup and just wanted to get some confirmation that I am following best practices.  I am a <br /><br />I am loading up 18,500 routes into the table which all belong to a single group.  There will be a single route in a second group which all non-matches will fail over to.  <br /><br />That being said, this is what my configuration looks like:<br /><br />modparam(&quot;lcr&quot;,&quot;lcr_hash_size&quot;, 20000)<br />modparam(&quot;lcr&quot;,&quot;fetch_rows&quot;, 5000)<br /><br />This server has 8G of RAM and I am currently using 4M of private memory (#define PKG_MEM_POOL_SIZE 4*1024*1024 ).<br /><br />Thanks,<br />Geoff