[asterisk-bugs] [JIRA] (ASTERISK-29228) Documentation around threadpool_max_size is inconsistent
Luke Escude (JIRA)
noreply at issues.asterisk.org
Tue Dec 29 15:46:16 CST 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-29228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Luke Escude updated ASTERISK-29228:
-----------------------------------
Description:
This is a rather trivial one, but I figured if I had a bit of difficulty finding info, someone else might too.
threadpool_max_size is not properly documented as to what the default value is.
In pjsip.conf.sample it's set to 0 (unlimited)
In Asterisk 16 Documentation > Module Configuration > Config_Res_PJSIP it mentions 50.
In the code, I see res/res_pjsip/config_system.c sets it as 50, but then see it set to 0 in res/res_pjsip.c
I currently have a few high-load systems that run out of memory every few days, so I believe the correct documentation is 0.
was:
This is a rather trivial one, but I figured if I had a bit of difficulty finding info, someone else might too.
threadpool_max_size is not properly documented as to what the default value is.
In pjsip.conf.sample it's set to 0 (unlimited)
In Asterisk 16 Documentation > Module Configuration > Config_Res_PJSIP it mentions 50.
I currently have a few high-load systems that run out of memory every few days, so I believe the correct documentation is 0.
> Documentation around threadpool_max_size is inconsistent
> --------------------------------------------------------
>
> Key: ASTERISK-29228
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29228
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Documentation
> Affects Versions: 16.15.0
> Reporter: Luke Escude
> Severity: Trivial
>
> This is a rather trivial one, but I figured if I had a bit of difficulty finding info, someone else might too.
> threadpool_max_size is not properly documented as to what the default value is.
> In pjsip.conf.sample it's set to 0 (unlimited)
> In Asterisk 16 Documentation > Module Configuration > Config_Res_PJSIP it mentions 50.
> In the code, I see res/res_pjsip/config_system.c sets it as 50, but then see it set to 0 in res/res_pjsip.c
> I currently have a few high-load systems that run out of memory every few days, so I believe the correct documentation is 0.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list