Displaying 3 results from an estimated 3 matches for "axfv".
Did you mean:
axfr
2003 Aug 01
1
memory leak?
hi all
seems there's a memory leak in asterisk somewhere. probably in chan_mgcp. It
seems like 2048kB is allocated but not released each time I lift the handset.
This is, however, never released. So...
oslpbx:~/debug/20030801112939# ps axfv|grep asterisk | tail -1
3206 pts/0 S 0:00 0 410 35601 6024 1.1 \_
/usr/sbin/asterisk -gvvvvcp
(lift handset)
oslpbx:~/debug/20030801112939# ps axfv|grep asterisk | tail -1
3212 pts/0 S 0:00 2 410 37669 6072 1.1 \_
/usr/sbin/asterisk -gvv...
2003 Mar 02
1
Serious memory leak in asterisk (manager)
hi all
after getting some (or - a lot) of messages from nagios, claiming
asterisk
to be down, I found this out...
astping xxx times repeatedly, and the manager fails to start. this
little
script was used for testing. below, I've pasted the output from 'ps
axfv' before and after the DoS, showing asterisk having allocated ~2GB
RAM.
roy
#!/usr/bin/perl -w
use strict;
my $i = 0;
while (1) {
$i++;
system("astping pbx");
if ($? != 0) {
printf("asterisk crashed after %d astpings\n", $i);...
2005 Apr 08
6
Asterisk Memory Requirements
I have asterisk installed on a Dell 2850 dual-Xeon 3.0Ghz box with 2GB
of memory. This is serving about 75 sip clients, Polycom500's and
600's. We are running into problems with the memory. Asterisk, right
now, is using about 1.8GB of system memory. I am using Asterisk 1.0.7,
Zaptel 1.0.7 with Digiums TE410 1xT1 RBS and 1xT1 PRI, Libpri 1.0.7 on
Fedora Core 3. My question; is this