Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: set matsize


From   Christopher F Baum <[email protected]>
To   [email protected]
Subject   st: Re: set matsize
Date   Fri, 4 Jun 2004 11:35:58 +0100

On Jun 3, 2004, at 7:33 AM, Clive wrote:

. set matsize 11000
op. sys. refuses to provide memory
r(909);

. set matsize 10000
op. sys. refuses to provide memory
r(909);
Well, (4 x 10^4)^2 is a very large number of bytes, and I'm not surprised that your computer is not happy with that.

The matsize refers to the maximum number of rows and/or columns. Max for Intercooled is 800, which will allow for up to an 800 x 800. Can't have a 1676 x 1676 in Intercooled,l but you could in Stata/SE. Setting a matsize of 1700 in Stata/SE requires 23.269 Mb on my machine.

I can get away with set matsize of 10000 (which requires slightly over 800 Mb of memory), but then I have a Macintosh, and OS X knows how to use virtual memory efficiently...

Kit

*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index