[ImageJ-bugs] [Bug 990] Mac OS out of memory

bugzilla at fiji.sc bugzilla at fiji.sc
Sat Feb 14 19:16:24 CST 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=990

--- Comment #6 from Wayne Rasband <wsr at nih.gov> ---
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);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150215/a6fd7a32/attachment.html>


More information about the Imagej-bugs mailing list