Hi, All.
I have some problems with pkg_memory leak.
After each call used private memory of the "udp receiver" process
increases at 2500 bytes.
On test environment I hav set it to 2Mbyte, but it is full after 700 calls.
I need to modify SDP in invite and other packets.
When I do in script
if(has_body("application/sdp"))
set_body_multipart();
if (msg_apply_changes())
{
xlog("L_INFO", "ISUP 1 Changes Applied Succesfully");
}
}
record_route();
dlg_manage
I make test this on kamailio 4.3.5 and 4.4.0 - same issue.
After discussion in mailing list with Daniel-Constantin Mierla, I have done debugging memory usage by process and found 3 points where memory hase not freeing after execution.
This patch solves it for me.
https://github.com/kamailio/kamailio/pull/587
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub