<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Mac OS out of memory"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=990#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - 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>Hi Glen,

You should not expect memory to be released at each iteration or when the macro
finishes. The garbage collector will run as needed to reclaim memory and
prevent OOM errors. If you are still getting OOM errors, try replacing

   run("Bio-Formats Windowless Importer", "open=&fpath");

with

   open(fpath);</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>