Package io.quarkus.netty.deployment
Class NettyBuildTimeConfig
- java.lang.Object
-
- io.quarkus.netty.deployment.NettyBuildTimeConfig
-
@ConfigRoot(name="netty", phase=BUILD_TIME) public class NettyBuildTimeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description OptionalIntallocatorMaxOrderThe value configuring theio.netty.allocator.maxOrdersystem property of Netty.
-
Constructor Summary
Constructors Constructor Description NettyBuildTimeConfig()
-
-
-
Field Detail
-
allocatorMaxOrder
@ConfigItem public 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.
-
-