Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] IndirectNIOBuffer leaking Java heap

Hi all,

My applicationĀ  is based on CXF and Jetty (version 7.4.5.v20110725).
I have a client that sends every 200 ms a message to the Jetty server, which processes that message.
I remarked that the heap size of memory continues to grow and additiaonal objects instances of org.eclipse.jetty.io.nio.IndirectNIOBuffer class are created and not removed by the GC.

Is it an known bug or a jetty configuration ?
Please help.

Thanks
Adnan

Back to the top