huang jialin
2012-Mar-05 15:23 UTC
[R] How to identify a matrix which causes memory limit?
Hello, I am running a simulation on an old computer with memory of 512M. I constantly received a warning of "cannot allocate a vector of ...". How can I identify the matrix causing the problem? Is there any way to fix this issue? I would very appreciate your inputs. Thank you very much. Sincerely, Jialin Huang [[alternative HTML version deleted]]
David Winsemius
2012-Mar-05 17:22 UTC
[R] How to identify a matrix which causes memory limit?
On Mar 5, 2012, at 10:23 AM, huang jialin wrote:> Hello, > > I am running a simulation on an old computer with memory of 512M. I > constantly received a warning of "cannot allocate a vector of ...". > How can > I identify the matrix causing the problem? Is there any way to fix > this > issue??object.size> > I would very appreciate your inputs. Thank you very much. > > Sincerely, > Jialin Huang > > [[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.David Winsemius, MD West Hartford, CT