#28052

Yes, images with big dimensions normally require a lot of RAM and easily exceed small default JVM max heap size.

You may override the default JVM max heap size value in notes.ini
For example
JavaMaxHeapSize=671088640
or
JavaMaxHeapSize=640mb

The only problem is that you need to manually do the .INI changes on all client PCs.