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