Login  Register

Re: Out of memory issue

Posted by Pang, Zhengyu (GE Global Research) on May 05, 2008; 6:54pm
URL: http://imagej.273.s1.nabble.com/Out-of-memory-issue-tp3696302p3696306.html

Wayne,

I checked my current setting (only 334 M was assigned to ImageJ), and I
did not close the image after I opened it. Thanks for your advice.

Zhengyu

-----Original Message-----
From: Wayne Rasband [mailto:[hidden email]]
Sent: Monday, May 05, 2008 2:43 PM
To: Pang, Zhengyu (GE, Research)
Subject: Re: Out of memory issue

> Dear folks,
>
> I recently have an issue with "Out of memory" when I batch processed
> 40-100 images (each has a size of  10M). My computer has  2 G memory.
> Do
> you know what is the cause and how to fix it?

Zhengyu,

How much memory have you assigned to ImageJ in the Edit>Options>Memory &
Threads dialog? Does you macro close each image after it has finished
processing it? You can monitor the number of open images as the macro is
running by adding a "print(nImages);" statement.

-wayne