I am running a JBoss 2.7.1 as a producer over WSRP. Under load I experience a memory issue with the below details:
"One instance of "org.jboss.wsf.stack.jbws.EndpointServlet" loaded by "org.jboss.mx.loading.UnifiedClassLoader3 @ 0xcbfd5bc0" occupies 124,724,728 (25.20%) bytes. The memory is accumulated in one instance of "java.util.LinkedList$Entry" loaded by "<system class loader>".
Keywords
org.jboss.wsf.stack.jbws.EndpointServlet
org.jboss.mx.loading.UnifiedClassLoader3 @ 0xcbfd5bc0
java.util.LinkedList$Entry"
The Tenured generation is not cleaned up due to this issue and the memory consumption is quite linear in growth and unstopable.
Below is the shortest path to the acumulation point
| 24 | 124,724,656 |
\ | 24 | 124,724,680 |
. \ | 40 | 124,724,728 |
. . + | 112 | 307,552 |
. . + | 216 | 1,608 |
. . + | 32 | 88 |
. . \ |
|
Regards,
@Bob