... ... Adjust the -Xmx setting to 4000M. If it already is at that level, then restart your computer and see if it impoves - your memory could be fragmented, preventing Java from allocating one huge continuous block of memory.
Yes, I am sure that MY memory is fragmented

I have forgotten how to access the -Xmx setting (although I am sure that I have accessed it in the distant past). Should it not be resettable from "Preferences" ?
And I had just updated to jAlbum 24.1 - shouldn't that have set it to -Xmx4000?
The image directory contains 66 items, totalling 422.2 MB
After restarting the computer, and setting the image scaling back to "Smooth", the problem returns.
After stating -
Processing image 39 of39 in VasseWetlands...Done
I then get -
An unexpected error occurred. Please see detailed description below:
java.lang.OutOfMemoryError: Java heap space
at java.desktop/java.awt.image.DataBufferByte.<init>(Unknown Source)
at java.desktop/java.awt.image.Raster.createInterleavedRaster(Unknown Source)
at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown Source)
at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageReader.readRaster(Unknown Source)
at com.twelvemonkeys.imageio.plugins.jpeg.JPEGImageReader.readImageAsRasterAndReplaceColorProfile(JPEGImageReader.java:498)
at com.twelvemonkeys.imageio.plugins.jpeg.JPEGImageReader.read(JPEGImageReader.java:388)
at se.datadosen.util.FileFilters.doLoadImage(FileFilters.java:735)
at se.datadosen.util.FileFilters.loadImage(FileFilters.java:657)
at se.datadosen.jalbum.AlbumBean$StandardImageProcessor.processImage(AlbumBean.java:6208)
at se.datadosen.jalbum.AlbumBean$StandardImageProcessor.processImages(AlbumBean.java:6069)
at se.datadosen.jalbum.AlbumBean$ImageProcessingTask.call(AlbumBean.java:6003)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)