Skip to content
Back to formatted view

Raw Message

Message-ID: <4A0152BB.9080005@statistik.tu-dortmund.de>
Date: 2009-05-06T09:04:59Z
From: Uwe Ligges
Subject: big databases
In-Reply-To: <cadd18b00905051024y73dde4cbh675e3c925ac37d55@mail.gmail.com>

> PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html


and tell us a bit about your machine, OS, R version, the am,ount of RAM 
used by your workspace.


Pseudo Phobic wrote:
> 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.

See ?Memory on memory handling in R.



> 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 ?


Amount of RAM used by the MCMC simulations? If no (not even virtual) RAM 
is left: of course they can prevent.

Uwe Ligges



> Thank you very much for any help.
> 
> Best Regards
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.