similar to: Changing NICE value for * will it help?

Displaying 20 results from an estimated 1000 matches similar to: "Changing NICE value for * will it help?"

2004 Nov 25
4
Opinions on renice or turning off swap or ramdis k as swap?
I have 4 gig in my * box. I'm tuning for performance and I'd like to ask opinions: 1. asterisk -p == renice -20 ?? 2. I've turned off swap with no apparent ill effects. Can anyone commment on long term effects with moderate load (say, 30 SIP phones / 2-3K calls /day) 3. Can anyone comment on using ramdisk as swap and whether this is a good idea or bad idea? I'm using 2.6
2005 Feb 09
2
How do I match a "D"? (Was: RE: In-band disc onn ect problem (legacy PBX) - asterisk doesn't hear the touchtone?)
> -----Original Message----- > From: Gilad Ben-Yossef [mailto:gilad@codefidence.com] > I'm prbably stupid, but wont this do what you want? > > > exten => 1,1,Goto(bye,s,1) No, because I wanted to match on "D", not "1". Anyway, I figured it out. The extension was working, but Background() ignores the tones A through D by default. I didn't
2004 Nov 25
3
redhat9 100% CPU
Redhat 9 is running 100% cpu usage. I had a couple boxes doing this. upgraded to Fedora and its ok.
2004 Nov 29
3
how to call s extension from SIP phone?
BR C.
2005 Feb 08
1
How do I match a "D"? (Was: RE: In-band disconn ect problem (legacy PBX) - asterisk doesn't hear the touchtone?)
> -----Original Message----- > From: David Brodbeck [mailto:DavidB@mail.interclean.com] > Okay, the problem appears to be that I'm tone deaf. ;) > > I finally thought to turn on debugging on the channel. The > PBX is sending > "D", not "*". The programmer of the previous voice mail system (whose > configuration I was cribbing from) seems to have
2004 Nov 15
3
Memory Consumption
Hello, I use Asterisk 1.0.2 on a RedHat Enterprise Server 3.0 (Kernel 2.4.21) and i experienced that the memory consumption of the asterisk-process started by the init.d-script raises continously. Now, after 3 hours of operation (on our testing-system we have 30 concurrent connections to another asterisk box using IAX2 and GSM codec) there is already 66MB allocated. I think this could be ok, but
2004 Dec 04
5
Is Gigabit Ethernet necessary?
For an office that is using VoIP phones to connect to Asterisk, is gigabit ethernet really necessary for the Asterisk box to connect to the switch? I know that I won't even approach the limits of 100 Mbps, but would gigabit help with latency / collisions when several calls are underway? The fact is, anything going outside the office will be over a data T1, so intuition tells me that 100
2004 Dec 04
5
BLOCKING incoming FAXES on voice line.
At time to time somebody is trying "their luck" and send me most likely a junk fax on my voice line. During normal working hours is not a problem I just pickup the line and hangup the call but after-hours my voice mailbox is intercepting the call and recording those "beeps" (waisting my CPU cycles). Is there a way to block call / issue hangup command if the incoming call is a
2004 Oct 04
2
Off Topic: Dead GS BudgeTone-100
Hi everyone, This is off topic and is for GS technical support really but it seems that there are a lot of Budge Tone 100/101/102 users out there. I've got a Budge Tone-100 (101 - without the extra 10base ethernet connetion?) here. I changed the configuration through its web based interface and I clicked the reboot link. But then something went wrong and ever since then it doesn't
2004 Dec 30
11
Is asterisk that unstable ????
from voip-info wiki Asterisk automatic daily restart To automatically restart Asterisk you can add something like this to cron # Restart Asterisk PBX once a day to prevent any problems from piling up 10 7 * * * root /usr/sbin/asterisk -rx "restart now" >/dev/null 2>&1 or 10 7 * * * root /usr/sbin/asterisk -r -x "restart gracefully" >/dev/null 2>&1
2005 Jan 03
3
Asterisk CPU priorities (nice?)
Had a good question for the list, it seems whenever I work in an Asterisk console or on the machine normally I get jitters on any audio going through it. Especially if you did file copies or a 'ps ax' for example. I was wondering if there was a proper way to 'nice' the asterisk proc's? Cisco does this for example to it's "EXEC" and icmp processes, I tried
2005 Aug 05
1
starting asterisk with nice -5
Is there any script guru on the list that can help me. I'm trying to start asterisk with nice -5. Normally the command would be: nice -5 asterisk but asterisk start from the scrip on Gentoo as -U asterisk -G asterisk Here is the script: =============== depend() { need net use zaptel } start() { local OPTS USER GROUP if [[ -n "${ASTERISK_NICE}" ]];
2004 Dec 16
1
Low-latency kernel?
While trying to apply the low-latency kernel patches to our RHv9 Linux 2.4.20-31.9, the patches would not apply. In comparing one of the first patch files (lowlatency.h) to that already on the system, it would appear the low latency patches were already applied by RH. The original RHv9 file (lowlatency.h) even had the patch author's name/credit in it. Does anyone know whether RH made an
2006 May 18
0
Fwd: [Announcement] Asterisk-IL mailing list
----- Forwarded message from Gilad Ben-Yossef <gilad@benyossef.com> ----- From: Gilad Ben-Yossef <gilad@benyossef.com> Organization: Codefidence ltd. A name you can trust. To: Linux-IL <linux-il@linux.org.il> Subject: [Announcement] Asterisk-IL mailing list X-Bogosity: Unsure [50.0%] X-listar-version: Listar v0.124a X-original-sender: gilad@benyossef.com X-list: linux-il
2005 Aug 18
2
Starting a process at a specified nice value.
I wonder if someone could point me to the appropriate docs for my question? If I would like to cause my system to always start 'smbd' processes at priority 7 for example, how would I go about doing that. I'm assuming there's a better way than running a cronjob every minute to renice existing processes. I'd appreciate some help pointing me in the right direction. Thanks.
2004 Nov 28
3
OS Choice ?
Do I have any other options besides RH 9.0 ? Best Regards, Alex Brecher Visit us at http://www.Successfulhosting.com <http://www.successfulhosting.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041128/ac580fa1/attachment.htm
2006 Mar 24
2
How to nice agi scripts?
Hi, I have unpleasent short audio gaps when a perl based agi scripts starts. Thus, I now started to put all those things in C programmed daemons for fast-agi. Anyway I'm looking for another mean, which would help me more quickly. I noticed, that all agi scripts are running with system priority -11, like asterisk does. This is really waste of priority. I would like to have the AGI scripts
2017 Dec 04
2
PSOCK cluster and renice
Hi all, Is it possible to use the 'renice' option together with parallel clusters of type 'PSOCK'? The help page for parallel::makeCluster is not specific about which options are supported on which types and I am getting the following message when passing renice = 19 : > cl <- parallel::makeCluster(2, renice = 19) nice: ?+19?: No such file or directory Kind regards,
2017 Dec 04
1
PSOCK cluster and renice
Hi Henrik, Thanks for the detailed in fast reply! My guess would be that the confusion comes from the different use of nice and renice. The workraund you provided work fine! Thanks a lot. Best, Andreas Henrik Bengtsson <henrik.bengtsson at gmail.com> writes: > Looks like a bug to me due to wrong assumptions about 'nice' > arguments, but could be because a
2017 Dec 04
0
PSOCK cluster and renice
Looks like a bug to me due to wrong assumptions about 'nice' arguments, but could be because a "non-standard" 'nice' is used. If we do: > trace(system, tracer = quote(print(command))) Tracing function "system" in package "base" we see that the system call used is: > cl <- parallel::makePSOCKcluster(2L, renice = 19) Tracing system(cmd, wait