<div dir="ltr">512k routes should be fine. ;-)<div><br></div><div><div>bird> show route count</div><div>48166116 of 48166116 routes for 509948 networks</div><div>bird></div></div><div><div>bird> show mem</div><div>

BIRD memory usage</div><div>Routing tables:   4123 MB</div><div>Route attributes: 3640 MB</div><div>ROA tables:        192  B</div><div>Protocols:          38 kB</div><div>Total:            7763 MB</div><div>bird></div>

</div></div><div class="gmail_extra"><br clear="all"><div><br>-- Eric Cables</div>
<br><br><div class="gmail_quote">On Wed, Jul 30, 2014 at 4:46 AM, Sergey Popovich <span dir="ltr"><<a href="mailto:popovich_sergei@mail.ru" target="_blank">popovich_sergei@mail.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
> Hi everyone,<br>
<br>
Hello.<br>
<div><div class="h5"><br>
><br>
> I got an announcement from my iptransit provider stating the ipv4<br>
> routing table size has now exceeded 500k routes, so I thought lets check<br>
> if bird is able to handle this and actually find out if there are any<br>
> limitations. I could not find it on the website, but if I remember<br>
> correctly the amount of routes is only impacted by the amount of memory<br>
> the bird server has?<br>
<br>
</div></div>BIRD implements FIB using hash tables with maximum number of entries<br>
limited to the power of 'unsigned int' on the target platform (32 bit<br>
on the most targets).<br>
<br>
Thus teoretical limit of the FIB in BIRD is 2^32 == 4294967296<br>
entries.<br>
<br>
On practice BIRD is limited to the amount of virtual memory<br>
available to the process to store routing information.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> Kind regards,<br>
> Tom van Leeuwen<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
SP5474-RIPE<br>
Sergey Popovich<br>
<br>
</font></span></blockquote></div><br></div>