To get the size of IP Routing Cache we can use following command
root# dmesg
grep -i 'IP route cache'
IP route cache hash table ....
To edit routing table size we can use kernel parameter
rhash_entries=' size in bytes'
root# dmesg
grep -i 'IP route cache'
IP route cache hash table ....
To edit routing table size we can use kernel parameter
rhash_entries=' size in bytes'