HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Tiff Image Loader causing problems running a Lotus Notes age › Re: Re: Tiff Image Loader causing problems running a Lotus Notes age
June 10, 2010 at 20:33
#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.