Package io.quarkus.netty.deployment
Interface NettyBuildTimeConfig
@ConfigRoot(phase=BUILD_TIME)
@ConfigMapping(prefix="quarkus.netty")
public interface NettyBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe value configuring theio.netty.allocator.maxOrdersystem property of Netty.
-
Method Details
-
allocatorMaxOrder
OptionalInt allocatorMaxOrder()The value configuring theio.netty.allocator.maxOrdersystem property of Netty. The default value is3. Configuring this property overrides the minimummaxOrderrequested by the extensions. This property affects the memory consumption of the application. It must be used carefully. More details on https://programmer.group/pool-area-of-netty-memory-pool.html.
-