hanahmily opened a new pull request, #153: URL: https://github.com/apache/skywalking-banyandb/pull/153
These changes introduce several parameters to control memory usage. I assigned some defaults to them, and now the initial memory is around 2GB 🎉 There are a series of improvements: * Remove `run.Chan`, which could cause the data race. We don't have to close a channel more than notifying the receivers. @lujiajing1126 Please don't try to use it. * Introduce a self-spinning lock to optimize the life-cycle of the block. * Fix a tiny bug about parsing the lsm index's key. You never encounter errors in testing the `measure` package. Signed-off-by: Gao Hongtao <[email protected]> -- 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]
