I am using JPedal tool to convert PDF to images. I can see following flag which tells JPedal to avoid reducing some large images as this can crash Java (information from link https://www.idrsolutions.com/jpedal/support/jvm-flags/):
-Dorg.jpedal.avoidCleanupRaster="true"
In general pdf to image conversion is working, however once in a while during converting large PDF to images it causes tomcat to stop without any information or logs.It seems it's simply an OutOfMemoryError that is not being printed. Can anyone please tell me if I select flag value as false then is that a valid solution.
-Dorg.jpedal.avoidCleanupRaster="true"