Class NettyBuildTimeConfig


  • @ConfigRoot(name="netty",
                phase=BUILD_TIME)
    public class NettyBuildTimeConfig
    extends Object
    • Field Detail

      • allocatorMaxOrder

        @ConfigItem
        public OptionalInt allocatorMaxOrder
        The value configuring the io.netty.allocator.maxOrder system property of Netty. The default value is 3. Configuring this property overrides the minimum maxOrder requested 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.
    • Constructor Detail

      • NettyBuildTimeConfig

        public NettyBuildTimeConfig()