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, view it on GitHub, or mute the thread.