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
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.0.5 [ 11373 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39753 | Thu Jan 23 11:24:57 MST 2014 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/ImagePool.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39754 | Thu Jan 23 11:25:13 MST 2014 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/graphics/ImagePool.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.