< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

[reSIProcate-users] Memory Leak


Hi,

 

I'm running a test application with the following scenario:

 

1. A sends INVITE to B.

2. B accepts the INVITE, so the call is connected.

3. After a few seconds, B sends BYE to A.

4. Goto 1

 

The problem is that the memory consumption of my process constantly grows.

I noticed that the memory sometimes grows after calling and after the call is terminated, it's not always reduced to what it was before the call.

What can be the problem?

I found posts online about memory leaks in Resiprocate, but didn't find what I can do in order to avoid them.

 

Thanks