Re: [R] R process gets killed spontaneously

2009-11-10 Thread rmailbox
t;> >> >> - Original message ----- >> From: "Peng Yu" >> To: r-h...@stat.math.ethz.ch >> Date: Tue, 10 Nov 2009 10:23:18 -0600 >> Subject: Re: [R] R process gets killed spontaneously >> >> 2009/11/10 Uwe Ligges : >> >&g

Re: [R] R process gets killed spontaneously

2009-11-10 Thread Cedrick W. Johnson
-0600 Subject: Re: [R] R process gets killed spontaneously 2009/11/10 Uwe Ligges : Peng Yu wrote: My R process has been killed for a few times, although the system administrator did not do so. It happened when R attempted to allocate a lot of memory. I'm wondering whether R would s

Re: [R] R process gets killed spontaneously

2009-11-10 Thread Peng Yu
gt; Date: Tue, 10 Nov 2009 10:23:18 -0600 > Subject: Re: [R] R process gets killed spontaneously > > 2009/11/10 Uwe Ligges : >> >> >> Peng Yu wrote: >>> >>> My R process has been killed for a few times, although the system >>> administrator did

Re: [R] R process gets killed spontaneously

2009-11-10 Thread rmailbox
unknown reasons.) Eric - Original message - From: "Peng Yu" To: r-h...@stat.math.ethz.ch Date: Tue, 10 Nov 2009 10:23:18 -0600 Subject: Re: [R] R process gets killed spontaneously 2009/11/10 Uwe Ligges : > > > Peng Yu wrote: >> >> My R process has been k

Re: [R] R process gets killed spontaneously

2009-11-10 Thread Benilton Carvalho
Hi Peng, in a very simplistic manner, what happens is that the Operating System "thinks" it is too dangerous to let the R process to use so much memory. So, to protect the whole system, it kills R, before the system becomes unstable. I've been looking at the problem you observed last week

Re: [R] R process gets killed spontaneously

2009-11-10 Thread Peng Yu
2009/11/10 Uwe Ligges : > > > Peng Yu wrote: >> >> My R process has been killed for a few times, although the system >> administrator did not do so. It happened when R attempted to allocate >> a lot of memory. I'm wondering whether R would spontaneously kill >> itself if it can not allocate enough

Re: [R] R process gets killed spontaneously

2009-11-10 Thread Uwe Ligges
Peng Yu wrote: My R process has been killed for a few times, although the system administrator did not do so. It happened when R attempted to allocate a lot of memory. I'm wondering whether R would spontaneously kill itself if it can not allocate enough memory? It does not kill itself. If it

[R] R process gets killed spontaneously

2009-11-09 Thread Peng Yu
My R process has been killed for a few times, although the system administrator did not do so. It happened when R attempted to allocate a lot of memory. I'm wondering whether R would spontaneously kill itself if it can not allocate enough memory? __ R-he