-
Bug
-
Resolution: Won't Do
-
Major
-
jboss-fuse-6.1
-
None
-
None
-
%
-
When used as <to uri="mock:a"/> , the following error occurs in Fuse after sending 15000 times of 5Kb messages:
JBossFuse:karaf@root> Exception in thread "qtp103575850-118" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "MavenIndexerFacade startup timer" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "qtp1682645240-64" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "RMI RenewClean-[10.16.90.126:44444]" java.lang.OutOfMemoryError: GC overhead limit exceeded
When using the same root , but without <to uri="mock:a"/>, nor exception occurs.
The process had following settings:
-Xms128M -Xmx1024M -XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass -XX:PermSize=16M -XX:MaxPermSize=512M
Heapdump is too large to be attached here, but I can provide it, if needed.