<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mac OS out of memory"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=990">bug 990</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>wsr@nih.gov
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mac OS out of memory"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=990#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mac OS out of memory"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=990">bug 990</a>
              from <span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span></b>
        <pre>Could you provide a small test macro that we can use to reproduce this problem?
The following macro works as expected. The memory used by the four 512x512x100
temporary stacks it opens (25MB each) is reclaimed.

  newImage("Montage", "8-bit ramp", 1024, 1024, 100);
  x=0; y=0
  for (i=0; i<4; i++) {
    newImage("Stack", "8-bit ramp", 512, 512, 100);
    run("Insert...", "source=Stack destination=Montage x=&x y=&y");
    close();
    x += 512;
    if (x==1024) {
       x = 0;
       y += 512;
    }
  }
  setBatchMode(false);</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>