Hi,
We are using Fuse servicemix 4.2.0-fuse-02-00
In this SMX, we use multiple camel components like cxf, ativemq, file, ftp,
smtp, xslt...
Some time JVM CPU usage jumps up to 250% and stays there for a few hours and
gets back to normal. Once in a while when the system becomes irresponsive we
have to kill the JVM process.
We use Solaris Studtio to do profiling and the see that JVM spends 40% of CPU
time at sun.misc.Unsafe.park link:
http://www.phamngochai.net/myfiles/sun.misc.Unsafe.park.jpg
Is this a JVM bug or is this camel?
Thanks.