Re: [R] Testing memory limits in R??

2009-07-07 Thread Scott Zentz
8515495 56904.0 6979442076 53249.0 > > you might want to check your kernel.shmmax setting, although I'm not > sure if it will help R. > > -Whit > > > On Tue, Jul 7, 2009 at 8:39 AM, Scott Zentz wrote: > >> Hello Everyone! >> >> Thanks for all your r

Re: [R] Testing memory limits in R??

2009-07-07 Thread Scott Zentz
within R run x=rep(0.1,2.141e9) and watch the process with top and R will consume about 32GB of memory... Hopefully this will be enough for the researchers ;) Thanks! -scz Scott Zentz wrote: Hello Everyone, We have recently purchased a server which has 64GB of memory running a 64bit OS and I

[R] Testing memory limits in R??

2009-07-06 Thread Scott Zentz
Hello Everyone, We have recently purchased a server which has 64GB of memory running a 64bit OS and I have compiled R from source with the following config ./configure --prefix=/usr/local/R-2.9.1 --enable-Rshlib --enable-BLAS-shlib --enable-shared --with-readline --with-iconv --with-x --w

[R] build options for R

2008-03-06 Thread Scott Zentz
Hello Everyone, Recently I was given a Java servlet based web calculator that will call R (libR.so to be exact) but I am having trouble trying to disable R from requiring --save, --no-save or --vanilla... Is there any way to build R on linux and disable R from asking --save, --no-save or --