-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Mitre import slow #195
Comments
Is it possible to run more than one |
Hi @b4dpxl , yes you can scale the number of workers to improve the speed. |
Thanks @richard-julien. Is it just a case of duplicating the It also seemed to be taking ~30 seconds (if I'm reading the logs right) to process each mitre message. Is that normal? It took roughly 5 days to import the full mitre list with a single worker. |
Hi @b4dpxl sorry for the delay. Yes you can duplicate the worker import or better use the compatibility mode. For the speed it can take times yes because:
Maybe you could add more memory/run on a SSD your grakn database? |
Thanks @richard-julien, I'll try compatibility. The server has 16gb and is using SSD, so we could assign more memory to Grakn, but it didn't seem memory or I/O limited. The limit seemed to be the CPU usage on the Grakn processes. |
Hum I also forget but in version 1.1.1 we introduce a performance regression. #185. It will be faster after the release of the 1.1.2 |
cool, thanks again @richard-julien. I'm really liking what I've seen of this project so far :) |
Description
Fresh install from Docker, running on a VM with 6 cores and 16GB RAM. No changes to memory configuration. At first start, the Mitre connector loads in ~5,750 messages. In ~85 hours, less than 5000 messages have been processed. Every restart also loads an additional ~6k messages onto the queue.
Environment
The text was updated successfully, but these errors were encountered: