[asterisk-bugs] [JIRA] (ASTERISK-17752) (not so)large astDB key values cause asterisk to take up a lot of memory

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Jan 9 20:31:03 CST 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-17752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Jordan updated ASTERISK-17752:
-----------------------------------

    Description: 
I've been testing astDB limits in combination with asterisk.

a simple dialplan :
{noformat}
exten = _X.,n(waiting),Set(DB(test/testing)=${DB(test/testing)}a)
exten = _X.,n,goto(waiting)
{noformat}
made the value length grow up to max. 4096bytes causing asterisk to take up 84% memory on a machine with 4gb ram

also in one of the test a whitespace came out of nowhere:
http://pastebin.com/gpbpcjzR

  was:
I've been testing astDB limits in combination with asterisk.

a simple dialplan :
exten = _X.,n(waiting),Set(DB(test/testing)=${DB(test/testing)}a)
exten = _X.,n,goto(waiting)

made the value length grow up to max. 4096bytes causing asterisk to take up 84% memory on a machine with 4gb ram

also in one of the test a whitespace came out of nowhere:
http://pastebin.com/gpbpcjzR

    
> (not so)large astDB key values cause asterisk to take up a lot of memory
> ------------------------------------------------------------------------
>
>                 Key: ASTERISK-17752
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-17752
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Applications/app_db
>    Affects Versions: 1.8.3
>            Reporter: Jacco van Tuijl
>            Severity: Minor
>
> I've been testing astDB limits in combination with asterisk.
> a simple dialplan :
> {noformat}
> exten = _X.,n(waiting),Set(DB(test/testing)=${DB(test/testing)}a)
> exten = _X.,n,goto(waiting)
> {noformat}
> made the value length grow up to max. 4096bytes causing asterisk to take up 84% memory on a machine with 4gb ram
> also in one of the test a whitespace came out of nowhere:
> http://pastebin.com/gpbpcjzR

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list