PidgeyL / cve-search

cve-search is a tool to import CVE (Common Vulnerabilities and Exposures) and CPE (Common Platform Enumeration) into a MongoDB to facilitate search and processing of CVEs.
http://adulau.github.com/cve-search/
Other
24 stars 4 forks source link

how much time should "./db_mgmt_cpe_dictionary.py" take? #116

Open westlifezs opened 8 years ago

westlifezs commented 8 years ago

Hi there,

I am following the instruction to setup cve-search. However, my system got stuck while running "./db_mgmt_cpe_dictionary.py" and it has been taking more than half an hour. Could you let me know how long should I expect this step to complete? If it is supposed to be completed sooner, then is there a way for me to debug and figure out which step got stuck within the script?

Thanks,

westlifezs commented 8 years ago

by the way, is this process be a memory intense one? my host has 4g memory and duo core. hopefully this is enough.

PidgeyL commented 8 years ago

Hello @westlifezs. Yes, this process might take a while. We've had this question before, on our main branch. ( https://github.com/cve-search/cve-search/issues/88) Can you verify if your issue is not a similar one?