the Netty veriosn is 4.0.42.Final
On Sunday, April 14, 2019 at 6:52:47 PM UTC+8, you fu wrote: > > Hi , When my application occur OutOfDirectMemoryError, dump JVM memory > profile. > > the io.netty.channel.ChannelOutboundBuffer instance totalPendingSize is > 13,864,807,239 , and unwritable is 1. > > [image: netty1.jpg] > > > the server code is > .childOption(ChannelOption.WRITE_BUFFER_HIGH_WATER_MARK, > 67108864) //16MB > .childOption(ChannelOption.WRITE_BUFFER_LOW_WATER_MARK, 1048576) > //1M > > why the totalPendingSize can increase to 13,864,807,239? > > > -- You received this message because you are subscribed to the Google Groups "Netty discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/netty/942d6bf0-36c9-40c6-a81f-c5533cd80548%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
