[asterisk-users] High resident memory with 11.14.0 ?
Matthew Jordan
mjordan at digium.com
Tue Nov 25 07:14:54 CST 2014
On Mon, Nov 24, 2014 at 2:12 PM, James Lamanna <jlamanna at gmail.com> wrote:
> Also, how big does the cache in frame.c grow to?
> I've recompiled with MALLOC_DEBUG on that server:
>
> asterisk -rx "memory show summary"
>
> ....
> 1780466242 bytes (1780181594 cache) in 2352909 allocations in file
> frame.c
> ...
>
> Seems like a ridiculous cache.
>
I'm not going to respond to your new thread, since it is the same
discussion as this one.
The frame cache is a per-thread local cache of frames that prevents
having to re-allocate frames as they pass through Asterisk. Clearly,
something is abusing it.
I think you'll need to provide some more information on how you're
producing this situation. Specifically:
* Channel technologies involved, and the formats on the channels
* Dialplan that reproduces the problem
Are you using any non-core dialplan applications or channel drivers?
--
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org
More information about the asterisk-users
mailing list