Re: [sr-dev] [kamailio/kamailio] Setting notifier_processes to 1 or more seems to cause memory leak (#2733)

2021-05-11 Thread Amit Nir
Thanks Henning. Does a memory leak with notifier_processes ring a bell by any chance? The closest thing I've found seems to be the one below, but I don't know if we use RPC commands. Any suggestions in regards? commit b97bb77265e7bfc5562a664e8a510692ed68b2f8 Author: Victor Seva Date: Fri Jun

Re: [sr-dev] [kamailio/kamailio] Setting notifier_processes to 1 or more seems to cause memory leak (#2733)

2021-05-11 Thread Henning Westerholt
Closed #2733. -- 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/2733#event-4727576554___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Setting notifier_processes to 1 or more seems to cause memory leak (#2733)

2021-05-11 Thread Henning Westerholt
Thanks. Please update to a maintained version of kamailio, 5.2.x is already end of life. Your bug might be already fixed in a newer version. My suggestion would be to use the latest 5.4.x or 5.5.0 version. Please re-open if the bug is still present there. -- You are receiving this because you

Re: [sr-dev] [kamailio/kamailio] Setting notifier_processes to 1 or more seems to cause memory leak (#2733)

2021-05-11 Thread Amit Nir
Hi Henning, Sorry about that. Should have been included in my OP. See below. We are using official Kamailio with mod_kazoo. [root@proxy01-central ~]# kamailio -v version: kamailio 5.2.5 (x86_64/linux) flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE,

Re: [sr-dev] [kamailio/kamailio] Setting notifier_processes to 1 or more seems to cause memory leak (#2733)

2021-05-11 Thread Henning Westerholt
Thanks for the report. Please specify the version of Kamailio that you are using ("kamailio -v") Are you using the "official" kamailio version of some version with kazoo specific patches? If the latter, then you should report this issue to the kazoo vendor. -- You are receiving this because

[sr-dev] [kamailio/kamailio] Setting notifier_processes to 1 or more seems to cause memory leak (#2733)

2021-05-10 Thread Amit Nir
Hello, We use Kamailio with KAZOO. We have set notifier_processes as follows: modparam("presence", "notifier_processes", 1) A value of 1 or greater seems to be required to avoid race conditions when multiple notify's need to be sent. We've noticed noticed what seems to be a memory leak in