We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See fergiemcdowall/search-index#261 and fergiemcdowall/search-index-adder#2
Some of the issues are addressed by the NLP pipeline which greatly reduces redundancy in the index. However, memory usage is still high.
A test case using 10,000 publication metadata records:
npm install --global yuno wget https://git.io/vw48e wget https://git.io/vw48L yuno create --opts eupmc_db_opts.json memory_test eupmc_lite_10k.json
The text was updated successfully, but these errors were encountered:
The new search-index streaming API does wonders here. Where I maxed out with 16 GB of memory before, I now manage with 1 GB of memory.
Sorry, something went wrong.
yes! see #6 - this is why we sponsored the streaming interface in search-index :)
No branches or pull requests
See fergiemcdowall/search-index#261 and fergiemcdowall/search-index-adder#2
Some of the issues are addressed by the NLP pipeline which greatly reduces redundancy in the index. However, memory usage is still high.
A test case using 10,000 publication metadata records:
The text was updated successfully, but these errors were encountered: