Hi guys!

We have four a scripts that sends dlg.list command to kamailio through xmlrpc. They are not executed simultaneously.  Sometimes, we are getting the following errors:

 fm_search_defrag(): fm_search_defrag(0x7f212c25a000, 5273984); Free fragment not found!2017-05-26T13:54:20.438736-03:00 drwsip02 /usr/local/sbin/kamailio[19833]: ERROR: <core> [mem/f_malloc.c:498]: fm_malloc(): fm_malloc(0x7f212c25a000, 5273984) called from core: tcp_main.c: tcpconn_new(957), module: core; Free fragment not found!2017-05-26T13:54:20.439101-03:00 drwsip02 /usr/local/sbin/kamailio[19833]: ERROR: <core> [tcp_main.c:959]: tcpconn_new(): mem. allocation failure2017-05-26T13:54:20.439344-03:00 drwsip02 /usr/local/sbin/kamailio[19833]: ERROR: <core> [tcp_main.c:3985]: handle_new_connect(): tcpconn_new failed, closing socket

I all ready increased this two variables:

tcp_conn_wq_max=30000000
tcp_rd_buf_size=5273226

How can I see how much memory xmlrpc is using?

Any advice will be appreciated.

Thanks in advance!

Diego