I am using Asterisk 16.30 inside Freepbx, with commercial modules, purchased from Sangoma and Symphony. After a few hours my memory usage reaches 900 GB, no kidding, in a box with 1 TB of RAM. The question is: how can I determine what is causing the memory leak? Can somebody send me instructions to find out what module is killing my box? FreePBX is 100% updated. Before I contact a vendor I need understand what module is responsible for this. Alternatively, I would hire a consultant to login remotely via SSH and do the work. I am an businessman, not an engineer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20230708/6ec3c49d/attachment.html>
On 7/8/2023 5:32 PM, Federico wrote:> > I am using Asterisk 16.30 inside Freepbx, with commercial modules, > purchased from Sangoma and Symphony. After a few hours my memory usage > reaches 900 GB, no kidding, in a box with 1 TB of RAM. The question > is: how can I determine what is causing the memory leak? Can somebody > send me instructions to find out what module is killing my box? > FreePBX is 100% updated. >There is some documentation on the wiki, here: https://docs.asterisk.org/latest/Development/Debugging/Memory-Leak-Debugging/ The easiest way is recompile with MALLOC_DEBUG. You can then use "memory show summary" to narrow it down to a module, and "memory show allocations" to narrow it down to specific leaks. NA> Before I contact a vendor I need understand what module is responsible > for this. > > Alternatively, I would hire a consultant to login remotely via SSH and > do the work. I am an businessman, not an engineer. >
Apparently Analagous Threads
- Memory leak
- Newb Question : How do I load the Rsymphony Library, and How do I get Symphony Running on my windows Vista?
- Speex on M3 for a device for a disabled person to use
- unable to load shared library: undefined symbol
- [PATCH] float_cast: Fix MSVC ARM build