-
Notifications
You must be signed in to change notification settings - Fork 779
API search across large number of projects results in java.lang.OutOfMemoryError #1806
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
Comments
this smells like too many string allocation happening, resp. we do page search in UI, json might not do that ... |
resp. maxresults seems no to get considered ... |
Both
where the collector parameters come from |
for new lucene this should be done in a better way (we have it in 2 places after recently Chris also fixed this in Searchengine) |
new way should be something like: |
Just for the record, this has been moved to http://grok/source/api/v1/search?full=foo |
Uh oh!
There was an error while loading. Please reload this page.
Performing JSON search across all projects (https://mygrok/source/json?freetext=foo&maxresults=80 - note there is no
project
parameter) which results in:most probably due to large number of search hits being returned.
The Tomcat server is running with:
This does not happen when searching across all projects in the web UI (got some 500k hits).
The text was updated successfully, but these errors were encountered: