Author: tilman
Date: Mon Jun 15 12:30:23 2026
New Revision: 1935344
Log:
PDFBOX-6210: increase Xmx
Modified:
pdfbox/branches/2.0/pdfbox/pom.xml
Modified: pdfbox/branches/2.0/pdfbox/pom.xml
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml Mon Jun 15 11:02:58 2026
(r1935343)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Mon Jun 15 12:30:23 2026
(r1935344)
@@ -136,7 +136,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>-Xmx768m</argLine>
+ <argLine>-Xmx1g</argLine>
<excludes>
<exclude>org/apache/pdfbox/rendering/TestPDFToImage.java</exclude>
</excludes>