Hello,
I am modifying my LCR setup and just wanted to get some confirmation that I am following best practices. I am a

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.

That being said, this is what my configuration looks like:

modparam("lcr","lcr_hash_size", 20000)
modparam("lcr","fetch_rows", 5000)

This server has 8G of RAM and I am currently using 4M of private memory (#define PKG_MEM_POOL_SIZE 4*1024*1024 ).

Thanks,
Geoff