Comment #9 on issue 2130 by karthikmscss: Memory leak in Sip stack when
INFO message is used
http://code.google.com/p/mobicents/issues/detail?id=2130
Hi,
Sorry for the long delay, I have updated the code (attached).
I have used the SIPp client to make calls and made 100000 calls, 40 calls
per second with 60s duration. And while starting the B2BUA server, infoTime
value given as 10 (i.e for every 10 second INFO will be generated).
Still I'm able to see the memory leaks through HeapDump analysis after the
test; Attached the screenshots;
Is it possible for you try the same test like above and check the Heapdump?
Note :
1. There are IllegalStateExceptions thrown some times; attached the log.
2. HeapSize is allocated at 1.5GB for B2BUA server and the default GC
settings used.
3. I couldn't able to do the profiling for some reasons (VisualVM says it's
trying to connect to JVM, but didn't connect more than an hour).
However, this problem occurs in the logn run, please try the test like
above.
Thanks in Advance,
Karthikeyan R
Attachments:
Exception.txt 1.9 KB
SipStackImpl.JPG 73.0 KB
StackTrace.JPG 223 KB
B2BUAExample.zip 6.1 KB