Have you tried with a more recent version of Jetty 7? Last release of Jetty 7.x was 7.6.14.v20131031
There's been many many many changes to Jetty since 7.4.5. Also, make sure you keep your JVM up to date, as the NIO layer has also undergone many bug fixes and improvements. -- Joakim Erdfelt <[email protected]> webtide.com <http://www.webtide.com/> - intalio.com/jetty Expert advice, services and support from from the Jetty & CometD experts eclipse.org/jetty - cometd.org On Thu, Jan 16, 2014 at 9:21 AM, LORENZA Adnan <[email protected]>wrote: > 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 > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
