You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2013/10/02 12:36:23 UTC

[jira] [Issue Comment Deleted] (PDFBOX-1732) GC overhead limit exceeded

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

Tilman Hausherr updated PDFBOX-1732:
------------------------------------

    Comment: was deleted

(was: Send it to me if you want (except if it is company document or client document, because this would get you in trouble with your employer if caught).

Alternatively you could also configure the java profiler so that it looks what kind of objects become more and more. (That helped me find a bug in PDFBOX-1694))

> GC overhead limit exceeded
> --------------------------
>
>                 Key: PDFBOX-1732
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1732
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Text extraction
>    Affects Versions: 1.8.2
>         Environment: Windows 8, java version 1.7.0_40 64-Bit
>            Reporter: Christian Czech
>         Attachments: PDF max memory.png
>
>
> Hi,
> I have a problem with content extraction from PDF.
> PDF File Size: 94 KB (
> The Code:
> PDFTextStripper stripper = null;
> 		try {
> 			stripper = new PDFTextStripper();
> 			stripper.setSortByPosition(true);
> 			stripper.writeText(document, outputWriter);
> 		} catch..
> The error message: GC overhead limit exceeded.
> Unfortunately, the pdf document content is private. I can't upload this file directly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)