[asterisk-users] Reducing number of Asterisk processes?

Gilles codecomplete at free.fr
Sat Jan 29 10:20:19 CST 2011


On Sat, 29 Jan 2011 19:11:35 +0330, Pezhman Lali <lopl at lopl.net>
wrote:
>it's the default setting of asterisk.conf, your config is not complete.
>-f in the ps output, shows your asterisk have been run in fork mode, disable
>it.

Thanks for the tip. I looked around in /etc/asterisk, but found no
info about the number of child processes being forked, and
/etc/init.d/asterisk doesn't do much either:

case $1 in
        start) export TZ=`cat /etc/TZ`;
               asterisk -f >/dev/null 2>/dev/null & ;;




More information about the asterisk-users mailing list