<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=GB2312" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Min-<br>
<br>
Your problem is likely due to the manner in which the different
operating systems handle memory. With Matlab, the largest variable size
is determined by the largest contiguous block of free memory.
Therefore, even though your Windows machine has 2.5G RAM, the maximum
variable size Matlab is able to create and store could be much, much
smaller, particularly if you have several processes running in the
background.<br>
<br>
You can check the free contiguous blocks of memory at the Matlab prompt
by typing: system_dependent memstats<br>
<br>
There is a helpful web tutorial dealing with large datasets in Matlab
on the Matlab Central File Exchange
(<a class="moz-txt-link-freetext" href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=9060&objectType=file#">http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=9060&objectType=file#</a>).<br>
<br>
Hope this helps.<br>
<br>
Best regards,<br>
<br>
Chris<br>
<br>
<br>
<br>
<br>
<hr size="4" width="90%"><br>
<table class="header-part1" border="0" cellpadding="0" cellspacing="0"
 width="100%">
  <tbody>
    <tr>
      <td>
      <div class="headerdisplayname" style="display: inline;">Subject: </div>
[Eeglablist] Out of memory when loading a CNT</td>
    </tr>
    <tr>
      <td>
      <div class="headerdisplayname" style="display: inline;">From: </div>
Min Bao <a class="moz-txt-link-rfc2396E" href="mailto:ustcbm@yahoo.com.cn"><ustcbm@yahoo.com.cn></a></td>
    </tr>
    <tr>
      <td>
      <div class="headerdisplayname" style="display: inline;">Date: </div>
Wed, 18 Jun 2008 11:44:51 +0800 (CST)</td>
    </tr>
  </tbody>
</table>
<table class="header-part2" border="0" cellpadding="0" cellspacing="0"
 width="100%">
  <tbody>
    <tr>
      <td>
      <div class="headerdisplayname" style="display: inline;">To: </div>
<a class="moz-txt-link-abbreviated" href="mailto:eeglablist@sccn.ucsd.edu">eeglablist@sccn.ucsd.edu</a></td>
    </tr>
  </tbody>
</table>
<br>
<div>Hi experts,</div>
<div> </div>
<div>My
CNT file is less than 400M (32bit). When I used an iMAC with 1G RAM,
the CNT file could be imported successfully. However, when I used my PC
with 1G RAM, the loading was out of memory. So I changed to another PC
with 2.5G RAM, the same thing happened again. Thus, I am confused why a
PC with 2.5G RAM worked worse than an iMAC with only 1G RAM? </div>
<div> </div>
<div>Thanks a lot to any help!</div>
<div> </div>
<div>Min</div>
</body>
</html>