On 20.04.21 06:49, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
What is the value for connect_mode modparam?
https://www.kamailio.org/docs/modules/stable/modules/sqlops.html#sqlops.p.co...
It is not set, i.e., has default value 0.
If that value is 0, then Kamailio should not start if it cannot connect to database, meaning that it performs shut down, so a lot of memory chunks can freed in such case. If it appears many times, likely there is a tool restarting it (i.e., systemd).
Anyhow, the debug logs for memory operations can be controlled via memlog and memdbg, set their value higher than debug and they should not be printed.
Cheers, Daniel