DEBUG org.apache.pdfbox.io.ScratchFileBuffer.finalize(ScratchFileBuffer.java:518) ScratchFileBuffer not closed!
messages in the logs, it could marginaly lower memory consumption since memory is reclaimed when the file is closed vs when it is reclaimed by the GC, see https://issues.apache.org/jira/browse/PDFBOX-5534 for the change.
The goal is to get rid of the
messages in the logs, it could marginaly lower memory consumption since memory is reclaimed when the file is closed vs when it is reclaimed by the GC, see https://issues.apache.org/jira/browse/PDFBOX-5534 for the change.