-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support experimental Netty adaptive allocator #40934
Comments
/cc @cescoffier (netty), @jponge (netty) |
Thanks for opening this. I wonder if this should become the default or not? As a first step we can add an option to switch to this strategy. |
Yeah, let's at least make it trivial for users to opt into this |
Working on the bump to Netty 4.1.111. So, we would be able to move this forward. |
This is highly related to this issue and #41880 given that the reason why vertx got a perf hit allocating byte[] with SSL is coming from eclipse-vertx/vert.x#5168 (comment) |
Waiting for upstream release. |
Description
The new Netty release i.e. https://netty.io/news/2024/05/22/4-1-110-Final.html
allow using the new Netty allocator via
-Dio.netty.allocator.type=adaptive
which:Implementation ideas
No response
The text was updated successfully, but these errors were encountered: