Skip to content

Commit

Permalink
Use com.github.jaiimageio to read images, because twelvemonkeys has a
Browse files Browse the repository at this point in the history
memory leak
  • Loading branch information
Florian Alpers committed Jan 17, 2025
1 parent b6a854e commit fee2f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/config/config_contentServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</type>
<type format="default" colorType="default" compression="default" embeddedColorProfile="both" minSize="0" maxSize="0">
<settings allowRenderWithJAI="false" allowSubSampling="true" scaleWithScalr="false" mergeWithJAI="false"
forceConvertToBuffered="false" forceConvertToRGB="false" forwardDirectlyIfPossible="true" preferredImageReader="com.twelvemonkeys"></settings>
forceConvertToBuffered="false" forceConvertToRGB="false" forwardDirectlyIfPossible="true" preferredImageReader="com.github.jaiimageio"></settings>
</type>
</imageTypeSettings>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config_contentServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</type>
<type format="default" colorType="default" compression="default" embeddedColorProfile="both" minSize="0" maxSize="0">
<settings allowRenderWithJAI="false" allowSubSampling="true" scaleWithScalr="false" mergeWithJAI="false"
forceConvertToBuffered="false" forceConvertToRGB="false" forwardDirectlyIfPossible="true" preferredImageReader="com.twelvemonkeys"></settings>
forceConvertToBuffered="false" forceConvertToRGB="false" forwardDirectlyIfPossible="true" preferredImageReader="com.github.jaiimageio"></settings>
</type>
</imageTypeSettings>

Expand Down

0 comments on commit fee2f32

Please sign in to comment.