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
After #52342 is fixed, we found another CPU consumer. Too many small obj are allocated and causing too much GC pressure.
The text was updated successfully, but these errors were encountered:
And it's also a possible issue when we load needed histograms.
Sorry, something went wrong.
statistics: reduce small obj alloc for PreCalculateScalar (#52623)
e5863e1
close #52343
statistics: reduce small obj alloc for PreCalculateScalar (#52623) (#…
c69f844
…52652) close #52343
Successfully merging a pull request may close this issue.
Enhancement
After #52342 is fixed, we found another CPU consumer.
Too many small obj are allocated and causing too much GC pressure.
The text was updated successfully, but these errors were encountered: