Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 4 March 2021 at 08:53
Updated 25 June 2023 at 09:54
watching Lucee run thru it's tests with process monitor, I noticed a large number file accesses like
C:\Users\zacsp\AppData\Local\Temp\imageio2505829109277931243.tmp
there is an option to disable this, which is meant to improve performance
https://docs.oracle.com/javase/7/docs/api/javax/imageio/ImageIO.html#setUseCache(boolean)
As we prefer to be fast, let's add support for
LUCEE_IMAGE_USE_CACHE=true
to support reverting to the old behavior, i.e, low memory systems, etc etc