search for: 2047m

Displaying 6 results from an estimated 6 matches for "2047m".

Did you mean: 2047
2009 May 05
1
big databases
Dear all, I have a .dta database which is about 400 MB. I cannot open it though I have no problem to import smaller ones (80 MB or even 174 MB). I tried to modify some options with --max-mem-size=2047M --max-vsize=2047M. But it does not seem to be enough. I do not know the exact meaning of these options : vsize seems to be made for vectors. I have got Monte Carlo simulations running in another R window. Can MCMC simulations take enough memory so as to prevent me from opening this database ? Th...
2009 Oct 23
2
Memory Problems with CSV and Survey Objects
...GB of RAM, yet I'm hitting a memory error when I try to store the data frame into a survey design object, the R object that stores data for complex sample survey data. When I launch R, I execute the following line from Windows: "C:\Program Files\R\R-2.9.1\bin\Rgui.exe" --max-mem-size=2047M Anything higher, and I get an error message saying the maximum has been set to 2047M. Here are the commands: > library(survey) #this step takes more than five minutes > data08<-read.csv("data08.csv",header=TRUE,nrows=210437) > object.size(data08) #329877112 bytes #Looking...
2010 Jun 29
1
How to allocate more memories to R?
When I use this I am getting following warning at the time of opening R from that shortcut : "-max-mem-size=2048MB:too large and taken as 2047M" Why I am getting this? I have 3GB ram installed and using within Vista. Thanks -- View this message in context: http://r.789695.n4.nabble.com/How-to-allocate-more-memories-to-R-tp2271714p2272436.html Sent from the R help mailing list archive at Nabble.com.
2009 Jul 22
1
Difficulty Increasing R memory on Windows 32-Bit
...able to resolve this from the R Windows FAQ. For reference, I'm running Windows XP, 32bit, Service Pack 2 on a machine with 4GB RAM. Following the FAQ, I set the --max-mem-size flag to 2800Mb. However, when I start R, I get the error: "WARNING --max-mem-size=2800M: too large and taken as 2047M." The R Windows FAQ says Rgui.exe supports 3Gb per process under "suitably enabled versions of 32-bit windows." So, the above should be fine if Windows is "suitably enabled." The FAQ also says how to enable Windows this way, and it links to a Microsoft page about setting...
2001 Jul 16
0
forwarded message from Inge Monika
...is Inge Monika. I'm currently using R version 1.3.0 to do clustering analysis for my data set. My data set consists of 7 variables and 21120 observations. Now, I have trouble increasing my vector size to do the "emclust" function for my data. I only could increase my vector size up to 2047M which is still too small. I keep getting an error message "cannot allocate vector of size 82Kb" after I applied the emclust function. Could you tell me what's that mean? And how can I solve that problem? My system administrator already provide me with 2.5G swap space, but still I cann...
2008 Apr 16
3
memory issues
Hi all, I've read the R for windows FAQ and am a little confused re: memory.limit and memory.size to start using R 2.6.2 on WinXP, 2GB RAM, I have the command line "sdi --max-mem-size=2047M" Once the Rgui is open, memory.limit() returns 2047, memory.size() returns 11.315, and memory.size(max=T) returns 19.615 Shouldn't memory.size(max=T) return 2047? Upon running several operations involving kriging (gstat package, original data file 3 variables, 12000 observations) the...