Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: RE: no room to add more observations
From
Kieran McCaul <[email protected]>
To
"[email protected]" <[email protected]>
Subject
st: RE: no room to add more observations
Date
Sat, 15 Feb 2014 10:30:37 +0800
...
You don't say how much RAM is installed on your computer. Nevertheless, this is error message is telling you that you don't have 2g of RAM to spare.
If you have enough RAM installed, then you could try closing other programs that are running and see if this frees up enough RAM for Stata to load the file.
If you don't have enough RAM installed, you could try a computer with more RAM.
Failing that, do you need all the variables in your dataset?
If not, you can specify the variables you need when you open the file:
use [varlist] using filename, clear
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of R Zhang
Sent: Saturday, 15 February 2014 10:06 AM
To: [email protected]
Subject: st: no room to add more observations
Hello everyone,
I am using stata 11, I have a 1.4 G stata dataset. I tried set mem 2g
and got error
op. sys. refuses to provide memory
what should I do?
thanks,
Rochelle
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/