MIJI: add ImageJ Memory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

MIJI: add ImageJ Memory

Emanuele Martini
Hi to all,
I'm trying to use Miji.
I set up the java heap memory in Matlab, and it works.
But now I would set the memory of the matlab instance of ImageJ (edit-->options-->memory % thread) to 1000 MB, and I have this error :
The ImageJ application (ImageJ.app) was not found.
Someone has some idea to figure out and set up memory?
Thanking you,
Emanuele
 
Image Analyst @Ifom-IEO research campus -MI-
Reply | Threaded
Open this post in threaded view
|

Re: MIJI: add ImageJ Memory

Emanuele Martini
Ok, I found this site and i resolved: http://www.mathworks.it/matlabcentral/answers/92813-how-do-i-increase-the-heap-space-for-the-java-vm-in-matlab-6-0-r12-and-later-versions

I put a java.opts file in my matlab startup directory (use pwd in matlab before doing anything to find it), with a line: -Xmx512m
and that set imagej memory to 512 MB, for example.
Using your startup directory permits a user-specific version.

Have a nice day,
Emanuele

 
Image Analyst @Ifom-IEO research campus -MI-