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
My coordinating node got OOM when query documents with huge lone lines in the sourcemap, so I want limit the line length of the sourcemap.
I've made a PR, but it's too hard for me to make the limit configurable. So I closed the PR. #4143
The text was updated successfully, but these errors were encountered:
closing this as we haven't been able to reproduce ourselves. If you can provide a way for us to reproduce it we'll take another look.
Sorry, something went wrong.
After doubering the memory limit from -Xmx3g -Xms3g to -Xmx6g -Xms6g, our cluster is stable without OOM In recent months.
-Xmx3g -Xms3g
-Xmx6g -Xms6g
stuartnelson3
Successfully merging a pull request may close this issue.
My coordinating node got OOM when query documents with huge lone lines in the sourcemap, so I want limit the line length of the sourcemap.
I've made a PR, but it's too hard for me to make the limit configurable.
So I closed the PR.
#4143
The text was updated successfully, but these errors were encountered: