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

Initial fetch from NVD is too heavy (2.3 GB of memory consumed) #27

Closed
kotakanbe opened this issue Apr 14, 2016 · 0 comments
Closed

Initial fetch from NVD is too heavy (2.3 GB of memory consumed) #27

kotakanbe opened this issue Apr 14, 2016 · 0 comments

Comments

@kotakanbe
Copy link
Member

Fetching vulnerability data for the entire period from NVD was too heavy (It used 2.3GB of memory).
I solved this problem.

see /~https://github.com/kotakanbe/go-cve-dictionary#usage-fetch-nvd-data

for i in {2002..2016}; do ./go-cve-dictionary fetchnvd -years $i; done

see also vulsio/go-cve-dictionary#8

@kotakanbe kotakanbe changed the title Initial fetching from NVD is too heavy (2.3 GB of memory consumed) Initial fetch from NVD is too heavy (2.3 GB of memory consumed) Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant