On Mon, Nov 24, 2014 at 2:12 PM, James Lamanna <jlama...@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

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to