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

Bulk indexing nearing memory limits #2

Open
bwmcbride opened this issue Nov 27, 2015 · 0 comments
Open

Bulk indexing nearing memory limits #2

bwmcbride opened this issue Nov 27, 2015 · 0 comments
Assignees

Comments

@bwmcbride
Copy link
Member

When running the bulk indexer on the full LR dataset, full garbage collects are occurring with increasing frequency as the process progresses. They are now sufficiently frequent that I am concerned the indexer will fail sometime soon as the size of the dataset increases.

In production the indexer is run with 24G of heap space. There is not much, if any room, to give it more.

Need to explore whether there is a memory leak or whether a more scalable approach to bulk indexing is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants