mem_join is not set to 1 by default. Could be considered for the future if people find it
useful. Note that you can set it to 0 or 1 at runtime, without restart of kamailio, via
kamcmd.
fmalloc is the one with less overhead, so it is good for production. qmalloc has more
overhead, but it is not noticeable if you don't have really huge traffic. The new one
tlsf malloc, seems to work better when dealing with a lot of large chunks of memory (e.g.,
a lot of tls connections, that may get closed all at once).
---
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/562#issuecomment-208054773