Traced an out of memory error back to repeated Labkit calls in a groovy script, that seems specifically caused the use of DiskCachedCellImgFactory. Full details can be found at this image.sc forum post: https://forum.image.sc/t/groovy-script-error-after-82-processed-images/116580, where Tobias also discusses a potential solution, though one with its own downsides.
Also created a fork that simply doesn't use cached images anymore: https://github.com/andmccall/labkit-ui, though this change was made in the laziest way possible.
Traced an out of memory error back to repeated Labkit calls in a groovy script, that seems specifically caused the use of
DiskCachedCellImgFactory. Full details can be found at this image.sc forum post: https://forum.image.sc/t/groovy-script-error-after-82-processed-images/116580, where Tobias also discusses a potential solution, though one with its own downsides.Also created a fork that simply doesn't use cached images anymore: https://github.com/andmccall/labkit-ui, though this change was made in the laziest way possible.