Login  Register

Re: ImageJ Applet Memory Settings

Posted by Wayne Rasband on Dec 06, 2006; 8:54pm
URL: http://imagej.273.s1.nabble.com/ImageJ-Applet-Memory-Settings-tp3700870p3700871.html

> If running ImageJ as a web applet, is 64mb the maximum amount of RAM
> that ImageJ can use?
>
> If the maximum is 64mb, how can I open 100 1mb images as an image
> stack? Is there some setting in the ImageJ source that I can adjust to
> increase the maximum client use memory to say 128mb?

You can make more memory available to applets by entering something
like "-Xmx256m" (increases limit to 256MB) in the Java Plug-in's "Java
Runtime Parameters" field. On Mac OS X, the Java Plug-ins are in
Applications/Utilities/Java. On Windows, the Java Plug-in is a Control
Panel.

-wayne