Java heap space

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

Java heap space

quantumlottie
I'm using ImageJ to combine four images into one. I'm doing this very basically as I need one image to do the analysis, not in 4 pieces, so they aren't merged or joined just aligned in one window.

However I get the error:
java.lang.OutOfMemoryError: Java heap space

I need the images to be as large as possible so don't really want to limit the final image. Is there anyway to increase the heap space in ImageJ?