Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.4
-
Fix Version/s: 5.0.5
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
The forum user has requested that it be possible to disable the Image Pool. Currently only the size of the image poole can be set in MB. However even with a size of zero the pool will keep at lest one Buffered image in the cache.
The enhancement would be to create a new system property that would disable the image pool. This would have advantages in a low memory environment.
The enhancement would be to create a new system property that would disable the image pool. This would have advantages in a low memory environment.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
The ImagePool can be disabled with the system property org.icepdf.core.views.imagePoolEnabled=false. A fix has been checked in on the branch and the trunk.