[sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

Daniel-Constantin Mierla notifications at github.com
Mon Jul 2 15:46:21 CEST 2018


It is not clear what type of memory leaks? Is it the on managed by kamailio in pkg or shm? Or is the system memory? Because in the shell script you use system's `free`.

To watch kamailio's shm memory do:

```
kamctl stats shmem
```

For pkg:

```
kamctl rpc pkg.stats
```

If it is system memory, then the logs of kamailio related to qm_status are irrelevant.

So once it is clarified what memory type is leaking, then we can provide next steps to analyze the issue.

-- 
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/issues/1577#issuecomment-401809431
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180702/46f9f9d5/attachment.html>


More information about the sr-dev mailing list