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

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


Are you loading and using any Lua modules/libraries?

Or it is just using the KSR module exported by Kamailio? Are you issuing often reloads of lua script?

The way to troubleshoot leak of system memory is to run kamailio via valgrind (http://valgrind.org/). Do not forget you have to track forked processes:

```
valgrind --trace-children=yes ...
```


-- 
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-401814245
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180702/d1930adf/attachment-0001.html>


More information about the sr-dev mailing list