@miconda it seems so, maybe the problem lies in the delete ? i'm using in script to
create a json with the `ruid` and memory is always growing. removing just these parts,
memory is back to normal.
```
modparam("registrar", "xavp_rcd", "ulrcd")
...
after successful save
$var(amqp_payload_request) = $_s({"Event-Category" : "directory", ...,
"RUID" : "$xavp(ulrcd=>ruid)", ... });
....
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1111#issuecomment-298648393