You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "simon steiner (JIRA)" <ji...@apache.org> on 2014/02/03 16:50:08 UTC

[jira] [Updated] (FOP-2336) [PATCH] OOM for tiff output

     [ https://issues.apache.org/jira/browse/FOP-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

simon steiner updated FOP-2336:
-------------------------------

    Description: 
export FOP_OPTS="-Xmx50m"
fop test.fo -tiff out.tiff -c fop.xconf

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
	at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:41)

> [PATCH] OOM for tiff output
> ---------------------------
>
>                 Key: FOP-2336
>                 URL: https://issues.apache.org/jira/browse/FOP-2336
>             Project: Fop
>          Issue Type: Bug
>            Reporter: simon steiner
>         Attachments: fop.xconf, in.tif, in2.tif, test.fo, tiffmem.patch
>
>
> export FOP_OPTS="-Xmx50m"
> fop test.fo -tiff out.tiff -c fop.xconf
> Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
> 	at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:41)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)