Closed
Description
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