[jira] [Updated] (PDFBOX-5068) OutOfMemory while signing large documents - continued

2021-05-17 Thread robo (Jira)


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

robo updated PDFBOX-5068:
-
Attachment: issue5068.patch

> OutOfMemory while signing large documents - continued
> -
>
> Key: PDFBOX-5068
> URL: https://issues.apache.org/jira/browse/PDFBOX-5068
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.23
>Reporter: Ralf Hauser
>Priority: Major
> Attachments: RandomAccessReadBufferDiag.java, issue5068.patch, 
> minimum.pdf
>
>
> Continuation of PDFBOX-2512
>  
> in COSWriter.prepareIncrement(), for the test case 
> cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
> cosDoc.getObjectFromPool() gets an object that is not just referencing some 
> part of the input document, but duplicates it (which is unavoidable in the 
> case where they are decompressed with FlateFilter - albeit this could 
> possibly be done "lazy")
> -Xmx20m  746/5925
>  -Xmx25m 1615/5925
>  -Xmx30m 2800/5925
>  -Xmx40m 3872/5925
>  -Xmx55m 5773/5925
> With 60m, it gets them all, but dies later with less telling
>    java.lang.OutOfMemoryError: GC overhead limit exceeded
>  
> This assumes the patch of PDFBOX-5067 already in place - or using 
> CreateVisibleSignature2.java as starting point



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-5068) OutOfMemory while signing large documents - continued

2021-01-07 Thread Ralf Hauser (Jira)


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

Ralf Hauser updated PDFBOX-5068:

Attachment: minimum.pdf

> OutOfMemory while signing large documents - continued
> -
>
> Key: PDFBOX-5068
> URL: https://issues.apache.org/jira/browse/PDFBOX-5068
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.23
>Reporter: Ralf Hauser
>Priority: Major
> Attachments: RandomAccessReadBufferDiag.java, minimum.pdf
>
>
> Continuation of PDFBOX-2512
>  
> in COSWriter.prepareIncrement(), for the test case 
> cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
> cosDoc.getObjectFromPool() gets an object that is not just referencing some 
> part of the input document, but duplicates it (which is unavoidable in the 
> case where they are decompressed with FlateFilter - albeit this could 
> possibly be done "lazy")
> -Xmx20m  746/5925
>  -Xmx25m 1615/5925
>  -Xmx30m 2800/5925
>  -Xmx40m 3872/5925
>  -Xmx55m 5773/5925
> With 60m, it gets them all, but dies later with less telling
>    java.lang.OutOfMemoryError: GC overhead limit exceeded
>  
> This assumes the patch of PDFBOX-5067 already in place - or using 
> CreateVisibleSignature2.java as starting point



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-5068) OutOfMemory while signing large documents - continued

2021-01-05 Thread Ralf Hauser (Jira)


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

Ralf Hauser updated PDFBOX-5068:

Attachment: RandomAccessReadBufferDiag.java

> OutOfMemory while signing large documents - continued
> -
>
> Key: PDFBOX-5068
> URL: https://issues.apache.org/jira/browse/PDFBOX-5068
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.23
>Reporter: Ralf Hauser
>Priority: Major
> Attachments: RandomAccessReadBufferDiag.java
>
>
> Continuation of PDFBOX-2512
>  
> in COSWriter.prepareIncrement(), for the test case 
> cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
> cosDoc.getObjectFromPool() gets an object that is not just referencing some 
> part of the input document, but duplicates it (which is unavoidable in the 
> case where they are decompressed with FlateFilter - albeit this could 
> possibly be done "lazy")
> -Xmx20m  746/5925
>  -Xmx25m 1615/5925
>  -Xmx30m 2800/5925
>  -Xmx40m 3872/5925
>  -Xmx55m 5773/5925
> With 60m, it gets them all, but dies later with less telling
>    java.lang.OutOfMemoryError: GC overhead limit exceeded
>  
> This assumes the patch of PDFBOX-5067 already in place - or using 
> CreateVisibleSignature2.java as starting point



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-5068) OutOfMemory while signing large documents - continued

2021-01-05 Thread Ralf Hauser (Jira)


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

Ralf Hauser updated PDFBOX-5068:

Description: 
Continuation of PDFBOX-2512

 

in COSWriter.prepareIncrement(), for the test case 
cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
cosDoc.getObjectFromPool() gets an object that is not just referencing some 
part of the input document, but duplicates it (which is unavoidable in the case 
where they are decompressed with FlateFilter - albeit this could possibly be 
done "lazy")

-Xmx20m  746/5925
 -Xmx25m 1615/5925
 -Xmx30m 2800/5925
 -Xmx40m 3872/5925
 -Xmx55m 5773/5925

With 60m, it gets them all, but dies later with less telling

   java.lang.OutOfMemoryError: GC overhead limit exceeded

 

This assumes the patch of PDFBOX-5067 already in place - or using 
CreateVisibleSignature2.java as starting point

  was:
Continuation of PDFBOX-2512

 

in COSWriter.prepareIncrement(), for the test case 
cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
cosDoc.getObjectFromPool() gets an object that is not just referencing some 
part of the input document, but duplicates it (which is unavoidable in the case 
where they are decompressed with FlateFilter - albeit this could possibly be 
done "lazy")

-Xmx20m  746/5925
 -Xmx25m 1615/5925
 -Xmx30m 2800/5925
 -Xmx40m 3872/5925
 -Xmx55m 5773/5925

With 60m, it gets them all, but dies later with less telling

   java.lang.OutOfMemoryError: GC overhead limit exceeded

 

This assumes the patch of PDFBOX-5067 already in place - or using


> OutOfMemory while signing large documents - continued
> -
>
> Key: PDFBOX-5068
> URL: https://issues.apache.org/jira/browse/PDFBOX-5068
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.23
>Reporter: Ralf Hauser
>Priority: Major
>
> Continuation of PDFBOX-2512
>  
> in COSWriter.prepareIncrement(), for the test case 
> cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
> cosDoc.getObjectFromPool() gets an object that is not just referencing some 
> part of the input document, but duplicates it (which is unavoidable in the 
> case where they are decompressed with FlateFilter - albeit this could 
> possibly be done "lazy")
> -Xmx20m  746/5925
>  -Xmx25m 1615/5925
>  -Xmx30m 2800/5925
>  -Xmx40m 3872/5925
>  -Xmx55m 5773/5925
> With 60m, it gets them all, but dies later with less telling
>    java.lang.OutOfMemoryError: GC overhead limit exceeded
>  
> This assumes the patch of PDFBOX-5067 already in place - or using 
> CreateVisibleSignature2.java as starting point



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-5068) OutOfMemory while signing large documents - continued

2021-01-05 Thread Ralf Hauser (Jira)


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

Ralf Hauser updated PDFBOX-5068:

Description: 
Continuation of PDFBOX-2512

 

in COSWriter.prepareIncrement(), for the test case 
cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
cosDoc.getObjectFromPool() gets an object that is not just referencing some 
part of the input document, but duplicates it (which is unavoidable in the case 
where they are decompressed with FlateFilter - albeit this could possibly be 
done "lazy")

-Xmx20m  746/5925
 -Xmx25m 1615/5925
 -Xmx30m 2800/5925
 -Xmx40m 3872/5925
 -Xmx55m 5773/5925

With 60m, it gets them all, but dies later with less telling

   java.lang.OutOfMemoryError: GC overhead limit exceeded

 

This assumes the patch of PDFBOX-5067 already in place - or using

  was:
Continuation of PDFBOX-2512

 

in COSWriter.prepareIncrement(), for the test case 
cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
cosDoc.getObjectFromPool() gets an object that is not just referencing some 
part of the input document, but duplicates it (which is unavoidable in the case 
where they are decompressed with FlateFilter - albeit this could possibly be 
done "lazy")

-Xmx20m  746/5925
 -Xmx25m 1615/5925
 -Xmx30m 2800/5925
 -Xmx40m 3872/5925
 -Xmx55m 5773/5925

With 60m, it gets them all, but dies later with less telling

   java.lang.OutOfMemoryError: GC overhead limit exceeded

 

This assumes the patch of PDFBOX-5067 already in place


> OutOfMemory while signing large documents - continued
> -
>
> Key: PDFBOX-5068
> URL: https://issues.apache.org/jira/browse/PDFBOX-5068
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.23
>Reporter: Ralf Hauser
>Priority: Major
>
> Continuation of PDFBOX-2512
>  
> in COSWriter.prepareIncrement(), for the test case 
> cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
> cosDoc.getObjectFromPool() gets an object that is not just referencing some 
> part of the input document, but duplicates it (which is unavoidable in the 
> case where they are decompressed with FlateFilter - albeit this could 
> possibly be done "lazy")
> -Xmx20m  746/5925
>  -Xmx25m 1615/5925
>  -Xmx30m 2800/5925
>  -Xmx40m 3872/5925
>  -Xmx55m 5773/5925
> With 60m, it gets them all, but dies later with less telling
>    java.lang.OutOfMemoryError: GC overhead limit exceeded
>  
> This assumes the patch of PDFBOX-5067 already in place - or using



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-5068) OutOfMemory while signing large documents - continued

2021-01-03 Thread Ralf Hauser (Jira)


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

Ralf Hauser updated PDFBOX-5068:

Description: 
Continuation of PDFBOX-2512

 

in COSWriter.prepareIncrement(), for the test case 
cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
cosDoc.getObjectFromPool() gets an object that is not just referencing some 
part of the input document, but duplicates it (which is unavoidable in the case 
where they are decompressed with FlateFilter - albeit this could possibly be 
done "lazy")

-Xmx20m  746/5925
 -Xmx25m 1615/5925
 -Xmx30m 2800/5925
 -Xmx40m 3872/5925
 -Xmx55m 5773/5925

With 60m, it gets them all, but dies later with less telling

   java.lang.OutOfMemoryError: GC overhead limit exceeded

 

This assumes the patch of PDFBOX-5067 already in place

  was:
Continuation of PDFBOX-2512

 

in COSWriter.prepareIncrement(), for the test case 
cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
cosDoc.getObjectFromPool() gets an object that is not just referencing some 
part of the input document, but duplicates it (which is unavoidable in the case 
where they are decompressed with FlateFilter - albeit this could possibly be 
done "lazy")

-Xmx20m  746/5925
-Xmx25m 1615/5925
-Xmx30m 2800/5925
-Xmx40m 3872/5925
-Xmx55m 5773/5925

With 60m, it gets them all, but dies later with less telling

   java.lang.OutOfMemoryError: GC overhead limit exceeded

 


> OutOfMemory while signing large documents - continued
> -
>
> Key: PDFBOX-5068
> URL: https://issues.apache.org/jira/browse/PDFBOX-5068
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.23
>Reporter: Ralf Hauser
>Priority: Major
>
> Continuation of PDFBOX-2512
>  
> in COSWriter.prepareIncrement(), for the test case 
> cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
> cosDoc.getObjectFromPool() gets an object that is not just referencing some 
> part of the input document, but duplicates it (which is unavoidable in the 
> case where they are decompressed with FlateFilter - albeit this could 
> possibly be done "lazy")
> -Xmx20m  746/5925
>  -Xmx25m 1615/5925
>  -Xmx30m 2800/5925
>  -Xmx40m 3872/5925
>  -Xmx55m 5773/5925
> With 60m, it gets them all, but dies later with less telling
>    java.lang.OutOfMemoryError: GC overhead limit exceeded
>  
> This assumes the patch of PDFBOX-5067 already in place



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-5068) OutOfMemory while signing large documents - continued

2021-01-03 Thread Ralf Hauser (Jira)


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

Ralf Hauser updated PDFBOX-5068:

Summary: OutOfMemory while signing large documents - continued  (was: 
OutOfMemory while signing large documents)

> OutOfMemory while signing large documents - continued
> -
>
> Key: PDFBOX-5068
> URL: https://issues.apache.org/jira/browse/PDFBOX-5068
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.23
>Reporter: Ralf Hauser
>Priority: Major
>
> Continuation of PDFBOX-2512
>  
> in COSWriter.prepareIncrement(), for the test case 
> cosDoc.getXrefTable().keySet() has size 5925. For each of thes keys, 
> cosDoc.getObjectFromPool() gets an object that is not just referencing some 
> part of the input document, but duplicates it (which is unavoidable in the 
> case where they are decompressed with FlateFilter - albeit this could 
> possibly be done "lazy")
> -Xmx20m  746/5925
> -Xmx25m 1615/5925
> -Xmx30m 2800/5925
> -Xmx40m 3872/5925
> -Xmx55m 5773/5925
> With 60m, it gets them all, but dies later with less telling
>    java.lang.OutOfMemoryError: GC overhead limit exceeded
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org