-
Notifications
You must be signed in to change notification settings - Fork 36
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
Heap Allocation Problem #38
Comments
limit request parameter is available(ex. limit=50%). |
Sorry i need to retrieve more amount of data nearly 1gb some time so how i can increase memory allocation. This is my question |
It depends on a heap size of elasticsearch. |
Thanks you. How to set limit will u please help. Any specific command like so ? |
limit is a request parameter. |
Thanks. So in http request only like http://myurl/..../limit=50% it will work ? |
?limit=50%25 |
bgl-mongo-rs1:9200/data1/logs/_data?format=json&source={"query":{"bool":{"must":[{"match_all":{}}]}},"from":0,"size":100000} Error is "Result window is too large, from + size must be less than or equal to: [10000] but was [100000]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting." |
I have installed the plugin but whenever i m trying to retrieve data size more than 20mb i m facing memory exception. How can i handle default allocation and customize it
The text was updated successfully, but these errors were encountered: