summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-04-05 11:02:07 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2022-04-05 11:14:34 +0300
commit94ff78a7e3448a366288b14b674da8482f36afca (patch)
treeca59dc28f449b880aafe8936cca66bf85f7d3576 /ospf6d/ospf6_interface.c
parent4e35ece397fc5bcbd15aa0c5341f8447f206031b (diff)
bgpd: Track RTRLib memory allocations separately
With fast `rpki reset`, seems that RTRLib related memory allocations leak the memory. Need to figure this out later. ``` $ vtysh -c 'show memory | include RPKI' BGP RPKI Cache server : 12 variable 576 12 576 BGP RPKI Cache server group : 0 48 0 1 56 BGP RPKI RTRLib : 849657 variable 34453096 849662 41293504 $ for x in $(seq 1 60); do vtysh -c 'con' -c 'rpki' -c 'rpki reset'; sleep 1; done $ vtysh -c 'show memory | include RPKI' BGP RPKI Cache server : 12 variable 576 12 576 BGP RPKI Cache server group : 0 48 0 1 56 BGP RPKI RTRLib : 849699 variable 69490616 849701 76323832 ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_interface.c')
0 files changed, 0 insertions, 0 deletions