Re: Perl script running

2007-12-10 Thread Chas. Owens
On Dec 10, 2007 4:22 AM, sivasakthi <[EMAIL PROTECTED]> wrote: > On Mon, 2007-12-10 at 10:11 +0100, patmarbidon wrote: > > > patmarion has written > > > > perhaps you have sme quotas or restriction about CPU usage for a script. > > Can you have a look in your /var/log/messages just after the perl s

Re: Perl script running

2007-12-10 Thread sivasakthi
On Mon, 2007-12-10 at 10:11 +0100, patmarbidon wrote: > patmarion has written > > perhaps you have sme quotas or restriction about CPU usage for a script. > Can you have a look in your /var/log/messages just after the perl script > stop > > > > yes it is stopped due to out of memory ,and th

Re: Perl script running

2007-12-10 Thread patmarbidon
patmarion has written perhaps you have sme quotas or restriction about CPU usage for a script. Can you have a look in your /var/log/messages just after the perl script stop sivasakthi a écrit : Hi all, I have running the perl script. In that script i have opened the very large file (2.5GB

Perl script running

2007-12-10 Thread sivasakthi
Hi all, I have running the perl script. In that script i have opened the very large file (2.5GB) and made some calculations.. It running up to 49 minutes after that it stopped the execution.. # time ./test.pl Terminated real49m1.364s user23m23.992s sys 3m46.519s What is the reason