Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heavy memory usage #17

Open
vidister opened this issue Jan 18, 2020 · 0 comments
Open

Heavy memory usage #17

vidister opened this issue Jan 18, 2020 · 0 comments

Comments

@vidister
Copy link

vidister commented Jan 18, 2020

I have a bird instance with one routing table containing ~800k routes. When using birdwatcher to scrape these routes it uses ~8 Gigabytes of RAM. That seems a little much to me..
Bird, which also holds all the data, is using less than 200 Megabytes of memory.

bird:
$ pmap 2080 | tail -n 1 | awk '/[0-9]K/{print $2}'
178672K

birdwatcher:
$ pmap 9470 | tail -n 1 | awk '/[0-9]K/{print $2}'
8245008K

Is there a way to reduce the memory footprint of birdwatcher?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant