miconda left a comment (kamailio/kamailio#4542)
What are the values you give to the `-m` and `-M` command line parameters of
Kamailio? The internal code of Kamailio should not exceed the values provided
there, a few components do use directly system memory (e.g., jsonrpcs module),
but unlikely to be the cause here.
My guess is that one of the Lua modules that you use has issues with the
memory, not freeing it while the Lua script is (re-)executed for SIP traffic.
Note that the Lua interpreter is not reset, so if the Lua module was designed
for one-time-execution, expecting the interpreter to finish and clean the
memory, then it can lead to system memory leak.
Being about system memory, you can try to run Kamailio via some memory tracking
tool, such as valgrind, and try to figure out from there if there are hints
where the leak heppens.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4542#issuecomment-3717739266
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4542/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!