Ozzyboshi left a comment (kamailio/kamailio#4503)
sorry for late reply, I added
[binrpc_max_body_size](https://www.kamailio.org/docs/modules/stable/modules/ctl.html#binrpc_max_body_size)
to my configuration with a very high number... something like that
```
modparam("ctl", "binrpc", "unix:/run/kamailio/ctl.proxy.sock")
modparam("ctl", "binrpc", "tcp:127.0.0.1:5012")
modparam("ctl", "mode", 0600)
modparam("ctl", "user", "kamailio")
modparam("ctl", "group", "kamailio")
modparam("ctl", "binrpc_max_body_size", 1000000)
modparam("ctl", "binrpc_struct_max_body_size", 1000000)
modparam("ctl", "binrpc_buffer_size", 1000000)
```
but still
```
/usr/sbin/kamcmd -s /run/kamailio/ctl.proxy.sock tm.list
ERROR: reply too big
```
Apart of that, I think there is no memory leak inside kamailio, however,
according to me, it seems that in high traffic situation, with a lot of
transactions, kamailio is unable to free all transactions but only a portion of
them.
Can you please point me where "the timer routine" mentioned by miconda is
implemented so I can give a look?
Answering to @henningw : I wish I could use regular memcheckers and tools for
kamailio like valgrind but I do not think this is possible because kamailio
uses its own memory management routines. My data is extracted by our automated
tools that poll kamailio regularly .
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4503#issuecomment-3632459963
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4503/[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!