Re: [R] memory limit problem

2004-04-05 Thread Prof Brian Ripley
On Linux, you can set memory limits in the shell you use to run R (via command limit or ulimit, depending on the shell). Yes, there can be a need to set memory limits on Linux too. However, the problem was that (apparently, as we have not had a clear report), the available memory was not all

Re: [R] memory limit problem

2004-04-05 Thread Z P
happened since I run R in batchs under Linux. Does this happen probably due to the memory exhaust? (for some array(0,rep(2,10)), my codes work well). From: Prof Brian Ripley [EMAIL PROTECTED] To: Z P [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [R] memory limit problem Date: Mon, 5 Apr 2004

Re: [R] memory limit problem

2004-04-05 Thread Uwe Ligges
happened since I run R in batchs under Linux. Does this happen probably due to the memory exhaust? (for some array(0,rep(2,10)), my codes work well). From: Prof Brian Ripley [EMAIL PROTECTED] To: Z P [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [R] memory limit problem Date: Mon, 5 Apr 2004

RE: [R] memory limit problem

2004-04-04 Thread Prof Brian Ripley
Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 11:20 PM To: Roger D. Peng Cc: Yi-Xiong Sean Zhou; [EMAIL PROTECTED] Subject: Re: [R] memory limit problem That is true, but I don't see that Yi-Xiong Sean Zhou has actually yet followed

Re: [R] memory limit problem

2004-04-04 Thread Z P
Do you mean in Linux, there is no need to set memory limit? If needed, how to set it? Thanks. From: Roger D. Peng [EMAIL PROTECTED] To: Yi-Xiong Sean Zhou [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [R] memory limit problem Date: Sun, 04 Apr 2004 00:13:46 -0500 In general

[R] memory limit problem

2004-04-03 Thread Yi-Xiong Sean Zhou
Could anyone advise me how to allocate 1.5Gbyte memory for R on a Dell laptop running XP professional with 2G memory? I have tried C:\Program Files\R\rw1081\bin\Rgui.exe --max-vsize=1400M but I only get only 500MB for R actually. I also tried memory.limit(2^30) in R and got

Re: [R] memory limit problem

2004-04-03 Thread Uwe Ligges
Yi-Xiong Sean Zhou wrote: Could anyone advise me how to allocate 1.5Gbyte memory for R on a Dell laptop running XP professional with 2G memory? See ?Memory or the the R for Windows FAQ, which tells you: 2.7 There seems to be a limit on the memory it uses! Indeed there is. It is set by the

RE: [R] memory limit problem

2004-04-03 Thread Yi-Xiong Sean Zhou
on? Yi-Xiong -Original Message- From: Uwe Ligges [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 12:40 PM To: Yi-Xiong Sean Zhou Cc: [EMAIL PROTECTED] Subject: Re: [R] memory limit problem Yi-Xiong Sean Zhou wrote: Could anyone advise me how to allocate 1.5Gbyte memory

RE: [R] memory limit problem

2004-04-03 Thread James MacDonald
PROTECTED] Sent: Saturday, April 03, 2004 12:40 PM To: Yi-Xiong Sean Zhou Cc: [EMAIL PROTECTED] Subject: Re: [R] memory limit problem Yi-Xiong Sean Zhou wrote: Could anyone advise me how to allocate 1.5Gbyte memory for R on a Dell laptop running XP professional with 2G memory? See ?Memory

RE: [R] memory limit problem

2004-04-03 Thread Yi-Xiong Sean Zhou
[mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 2:52 PM To: Yi-Xiong Sean Zhou Cc: 'Uwe Ligges'; [EMAIL PROTECTED] Subject: Re: [R] memory limit problem You may want to try downloading the development version of R at http://cran.us.r-project.org/bin/windows/base/rdevel.html. This version

Re: [R] memory limit problem

2004-04-03 Thread Roger D. Peng
] Subject: Re: [R] memory limit problem You may want to try downloading the development version of R at http://cran.us.r-project.org/bin/windows/base/rdevel.html. This version deals with Windows' deficiencies in memory management a little better. -roger Yi-Xiong Sean Zhou wrote: After

Re: [R] memory limit problem

2004-04-03 Thread Prof Brian Ripley
-Xiong Sean Zhou Cc: 'Uwe Ligges'; [EMAIL PROTECTED] Subject: Re: [R] memory limit problem You may want to try downloading the development version of R at http://cran.us.r-project.org/bin/windows/base/rdevel.html. This version deals with Windows' deficiencies in memory management