dataplane heap sizes
-
Is there a formula to compute or general assumption of how many routes are allowed for a heap size? Also, what are the default sizes?
dataplane ip heap-size xxx
dataplane ip6 heap-size xxx -
We don't have an exact calculation in the docs yet, but there is some info at https://docs.netgate.com/tnsr/en/latest/advanced/dataplane.html#memory and https://docs.netgate.com/tnsr/en/latest/bgp/tuning.html
The default heap size is 32MB. The default statseg heap size is 96MB.
-
Educated guess to hold full IPv6 & IPv4 routing tables?
-
dataplane ip heap-size 4G
dataplane ip6 heap-size 2Gshould be more than plenty.
-
This post is deleted!