[asterisk-bugs] [JIRA] (ASTERISK-28358) Too much allocations in frame.c

Pilganchuk O. (JIRA) noreply at issues.asterisk.org
Thu Mar 28 09:04:47 CDT 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246692#comment-246692 ] 

Pilganchuk O. edited comment on ASTERISK-28358 at 3/28/19 9:02 AM:
-------------------------------------------------------------------

Few words about harware: VirtualMachine, 4 CPU, 16 GB RAM, 400 GB SSD

My Asterisk have two roles
1. Single SIP Calling
2. Call flow trough REST(ARI, Stasis)

1st - Noproblem, and no Bugs
2nd - have discribed bug,  and tack about it

Schema is:
1. POST to REST API to create Channel for Operator, and this channel stiil active all work time
2. POST to REST API to create Bridge, and this bridge stiil active all work time
3. POST to add cahnnel to bridge
4. If Operator in his UI try to call on Mobile - POST to POST to REST API to create Channel
5. Post to play MOH into Operator channel
6. If Mobile answered, POST to join to bridge
7. POST to Start Recording
8. POST to Stop Recording

in debug calls trough Peer 'ukrtelecom' and channels are not standart Asterisk id in float, they are like UID+Secondname.



was (Author: oleksii):
Adding attach with debug.

Few words about harware: VM, 4 CPU, 16 GB RAM, 400 GB SSD

My Asterisk have two roles
1. Single SIP Calling
2. Call flow trough REST(ARI, Stasis)

1st - Noproblem, and no Bugs
2nd - have discribed bug,  and tack about it

Schema is:
1. POST to REST API to create Channel for Operator, and this channel stiil active all work time
2. POST to REST API to create Bridge, and this bridge stiil active all work time
3. POST to add cahnnel to bridge
4. If Operator in his UI try to call on Mobile - POST to POST to REST API to create Channel
5. Post to play MOH into Operator channel
6. If Mobile answered, POST to join to bridge
7. POST to Start Recording
8. POST to Stop Recording

in debug calls trough Peer 'ukrtelecom' and channels are not standart Asterisk id in float, they are like UID+Secondname.


> Too much allocations in frame.c
> -------------------------------
>
>                 Key: ASTERISK-28358
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28358
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/General
>    Affects Versions: 13.14.0, 13.25.0
>         Environment:  Debian 3.16.51-3 
>            Reporter: Pilganchuk O.
>            Assignee: Unassigned
>         Attachments: Aster.7z
>
>
> Hi, I have a problem with memory leak in 13.25 version
> From start of the work day (8 AM) until to end (8 PM)  Asterisk have alot og RAM and does not free them.
> Now in 10 AM:
> 1084961849 bytes (1084961849 cache) in    2980583 allocations in file frame.c 
> and this cache wiil be rase up to 10 GB. And if even all activity has been stoped - leak goon until i'll stop\start daemon.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list