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

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Sep 18 05:35:24 CDT 2010


The following issue has been SUBMITTED. 
====================================================================== 
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:                     new
Asterisk Version:           1.6.2.13 
JIRA:                        
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-09-18 05:35 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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-09-18 05:35 under          New Issue                                    
2010-09-18 05:35 under          Asterisk Version          => 1.6.2.13        
2010-09-18 05:35 under          Regression                => No              
2010-09-18 05:35 under          SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list