quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.35k stars 2.56k forks source link

Support experimental Netty adaptive allocator #40934

Open franz1981 opened 1 month ago

franz1981 commented 1 month ago

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

quarkus-bot[bot] commented 1 month ago

/cc @cescoffier (netty), @jponge (netty)

cescoffier commented 1 month ago

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.

geoand commented 4 weeks ago

Yeah, let's at least make it trivial for users to opt into this

cescoffier commented 2 weeks ago

Working on the bump to Netty 4.1.111. So, we would be able to move this forward.