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

shipped RPKI validator has memory leak #88

Open
Mondhund opened this issue Jul 31, 2020 · 1 comment
Open

shipped RPKI validator has memory leak #88

Mondhund opened this issue Jul 31, 2020 · 1 comment

Comments

@Mondhund
Copy link

With the shipped RPKI validator, I see regular crashes because it runs out of memory. I updated to the latest RPKI validator version 3, but this requires some code changes in the openbmp-container in /usr/local/openbmp/rpki_validator.py - namely
instead of api="export.json", it's now api="api/export.json" and they dropped the 'AS' is asn, so instead of line['asn'][:2] it's now just line['asn']

@agallo
Copy link

agallo commented Oct 28, 2020

RIPE just announced that version 3 of the Validator will stop development in 2021.

I had started to make changes to the running container to use our version 3 prod Validator (by editing /etc/cron.d/openbmp-rpki and replacing -s 127.0.0.1:8080 with -s <IP of prod server>:8080.

I'm thinking that is makes sense to not run a validator as part of this setup and instead rely on an external source of data.

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

2 participants