Re: [R] Killed

2004-04-11 Thread Prof Brian Ripley
On Sun, 11 Apr 2004, XIAO LIU wrote: > I tried bootstrap on a sample of 13,000 observations: > > It works fine when R = 200: > >boot(data, cor.i, R = 200) > > However, when R = 400, I got: > >boot(data, cor.i, R = 400) > Killed > > Any suggestions/ideas? Read the posting guide and tell us at

[R] Killed

2004-04-11 Thread XIAO LIU
I tried bootstrap on a sample of 13,000 observations: It works fine when R = 200: >boot(data, cor.i, R = 200) However, when R = 400, I got: >boot(data, cor.i, R = 400) Killed Any suggestions/ideas? Thank you very much Xiao __ [EMAIL PROTECTED] mail

Re: [R] R killed on Solaris

2004-01-14 Thread Ott Toomet
Hi, thanks for you reply. Actually I think it has more to do with solaris than with R. The simple workaround is to run the program interactively. | Date: Wed, 14 Jan 2004 13:24:02 +0100 | From: Uwe Ligges <[EMAIL PROTECTED]> | | 200M of the data size processed or 200M of RAM consumption by

Re: [R] R killed on Solaris

2004-01-14 Thread Sean O'Riordain
Hi Ott, could it be a per process "limit" or "ulimit"s set? i don't have a solaris box here so i can't remember what the appropriate commands are... cheers, Sean Ott Toomet wrote: Hello, I am running a preliminary data-processing job on solaris. Basically, the program reads a large number of

Re: [R] R killed on Solaris

2004-01-14 Thread Uwe Ligges
Ott Toomet wrote: Hello, I am running a preliminary data-processing job on solaris. Basically, the program reads a large number of ascii-lines (about 1M) by blocks (size 25000 lines), selects suitable observations (around 5000) and writes the results into a dataframe for latter processing. The pr

[R] R killed on Solaris

2004-01-14 Thread Ott Toomet
Hello, I am running a preliminary data-processing job on solaris. Basically, the program reads a large number of ascii-lines (about 1M) by blocks (size 25000 lines), selects suitable observations (around 5000) and writes the results into a dataframe for latter processing. The problem is that whe