[sr-dev] [kamailio/kamailio] QMalloc: TCP Memory Allocation Failures (#562)

Daniel-Constantin Mierla notifications at github.com
Sun Apr 10 22:01:23 CEST 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20160410/d529bbe1/attachment.html>


More information about the sr-dev mailing list