[Xenomai-help] How do I increase CPU time limit.

2012-03-20 Thread Chris Stone
I have a thread which uses a lot of CPU and it is receiving a SIGXCPU: Cpu time limit exceeded. Does this message really mean I have exceeded some CPU time limit? If so, how do I increase or disable the CPU time limit? The code that I am running has been working for quite some time under regular

Re: [Xenomai-help] How do I increase CPU time limit.

2012-03-20 Thread Mustafa ÇAMURLI
make sure that "cpu time" is unlimited. You can check and change it with "ulimit" util. Use "limit -a" to list all about limitations. On Tue, Mar 20, 2012 at 4:09 PM, Chris Stone wrote: > I have a thread which uses a lot of CPU and it is receiving a SIGXCPU: > Cpu time limit exceeded. Does thi

Re: [Xenomai-help] How do I increase CPU time limit.

2012-03-20 Thread Philippe Gerum
On 03/20/2012 03:09 PM, Chris Stone wrote: I have a thread which uses a lot of CPU and it is receiving a SIGXCPU: Cpu time limit exceeded. Does this message really mean I have exceeded some CPU time limit? If so, how do I increase or disable the CPU time limit? The code that I am running has been

Re: [Xenomai-help] How do I increase CPU time limit.

2012-03-20 Thread Gilles Chanteperdrix
On 03/20/2012 03:43 PM, Philippe Gerum wrote: > On 03/20/2012 03:09 PM, Chris Stone wrote: >> I have a thread which uses a lot of CPU and it is receiving a SIGXCPU: >> Cpu time limit exceeded. Does this message really mean I have exceeded >> some CPU time limit? If so, how do I increase or disable