java - Memory leak in netty API -


I am new to Neti API and I am using netty3.5.2 to develop client and server communication server Yes, but the apple always runs full GC, I use jmap to dump memory and to show which object has captured memory, use jhat.
and there are 6413363 examples of DefaultChannelFuture . Someone can tell which threads DefaultChannelFuture examples and how and when will they be released?

The suspected top 4 examples are examples of 6413363 class org.jboss. netty.channel.DefaultChannelFuture 631 9 71 Example class org.jboss.netty.util.internal .LinkedTransferQueue $ node 630934 Examples of examples of class org.jboss netty.buffer.bigEndianHeapChannelBuffer 630767 example class org.jboss.netty.channel.DownStreamMessageEvent

This overload message queue to make messages fast.

Check the nethwork load.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -