Re: XP64 bit & memory
Posted by Michael Held on Jun 20, 2007; 3:13pm
URL: http://imagej.273.s1.nabble.com/XP64-bit-memory-tp3699052p3699055.html
thank you! it worked! nice to know these magic options ;-)
so far I specified double the amount of needed RAM and it worked. strange!
michael
Wayne Rasband wrote:
> Try adding the -XX:+AggressiveHeap option to the third line of
> ImageJ.cfg. It will look something like this:
>
> -Xmx3500m -XX:+AggressiveHeap -cp ij.jar ij.ImageJ
>
> -wayne