hanahmily opened a new issue, #13199: URL: https://github.com/apache/skywalking/issues/13199
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component BanyanDB (apache/skywalking-banyandb) ### What happened We have identified a potential OOM issue in BanyanDB when querying a large number of data points in a single request. The current memory protector mechanism effectively prevents memory overflow between multiple small requests by limiting resource usage across requests. However, it does not account for scenarios where a single request queries an excessive amount of data, which can lead to memory exhaustion and system crashes. ### What you expected to happen Nan ### How to reproduce Nan ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
