[asterisk-bugs] [Asterisk 0018014]: large memory consumption of udptl.c module

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Oct 14 15:52:30 CDT 2010


The following issue has been set as RELATED TO issue 0018121. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18014 
====================================================================== 
Reported By:                under
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18014
Category:                   Channels/chan_sip/T.38
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.6.2.13 
JIRA:                       SWP-2284 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-09-18 05:35 CDT
Last Modified:              2010-10-14 15:52 CDT
====================================================================== 
Summary:                    large memory consumption of udptl.c module
Description: 
sizeof(struct ast_udptl) = 167592.
This structure is allocated for each SIP leg in case if t38_udptl is
enabled.
For 600 calls this gives 600 * 2 * 167592 = 200M consumed even though NONE
of these calls transfers fax at the moment.

IMO this structure should be allocated only when fax starts.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0018027 memory leak in chan_sip.c
related to          0018121 Early bind of UDPTL ports can create a ...
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-14 15:52 schmidts       Relationship added       related to 0018121  
======================================================================




More information about the asterisk-bugs mailing list